File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/BootstrapBlazor/Components/Table Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 @if (button is TableToolbarButton <TItem > { IsShow : true } b )
1515 {
1616 <Button AdditionalAttributes =" b.AdditionalAttributes" Size =" b.Size"
17- Color =" @b.Color" Icon =" @b.Icon" Text =" @b.Text" IsAsync = " @b.IsAsync "
17+ Color =" @b.Color" Icon =" @b.Icon" Text =" @b.Text"
1818 OnClickWithoutRender =" () => OnToolbarButtonClick(b)"
1919 TooltipText =" @b.TooltipText" TooltipPlacement =" @b.TooltipPlacement" TooltipTrigger =" @b.TooltipTrigger"
20- IsDisabled =" GetDisabled(b)" ></Button >
20+ IsAsync =" @b.IsAsync" IsDisabled =" GetDisabled(b)" IsKeepDisabled =" @b.IsKeepDisabled"
21+ IsBlock =" @b.IsBlock" IsOutline =" @b.IsOutline" ></Button >
2122 }
2223 else if (button is TableToolbarPopConfirmButton <TItem > { IsShow : true } pb )
2324 {
You can’t perform that action at this time.
0 commit comments