File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/BootstrapBlazor/Components/Table Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 990990 }
991991 @if (ShowResetButton )
992992 {
993- < Button Color = " Color.Secondary" Icon = " @ResetSearchButtonIcon" OnClickWithoutRender = " ClearSearchClick" >
993+ < Button Color = " Color.Secondary" Icon = " @ResetSearchButtonIcon" OnClickWithoutRender = " ClearSearchClick"
994+ class = " btn-table-reset" >
994995 < span class = " d-none d-sm-inline-block" > @ResetSearchButtonText < / span >
995996 < / Button >
996997 }
997998 @if (ShowSearchButton )
998999 {
999- < Button Color = " Color.Secondary" Icon = " @SearchButtonIcon" OnClickWithoutRender = " SearchClick" >
1000+ < Button Color = " Color.Secondary" Icon = " @SearchButtonIcon" OnClickWithoutRender = " SearchClick"
1001+ class = " btn-table-search" >
10001002 < span class = " d-none d-sm-inline-block" > @SearchButtonText < / span >
10011003 < / Button >
10021004 }
You can’t perform that action at this time.
0 commit comments