You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly thanks for an excellent set of components and very good documentation.
The problem is that the FiltersRowCssClass and HeaderRowCssClass items do not work at all. Your detailed documents show them working but in your demos they do not show as working. In my case the following code shows the standard black on white headers
TItem="DisplayAsset"
Class="table table-hover table-bordered table-striped "
DataProvider="AssetDataProvider"
HeaderRowCssClass="bg-danger text-white border-bottom-0"
FiltersRowCssClass="bg-danger text-white bg-opacity-25 border-bottom-0"
FixedHeader="true"
AllowFiltering="true"
AllowSorting="true"
AllowRowClick="true"
Responsive="true"
Unit="Unit.Percentage"
Height= "100"
The text was updated successfully, but these errors were encountered:
Firstly thanks for an excellent set of components and very good documentation.
The problem is that the FiltersRowCssClass and HeaderRowCssClass items do not work at all. Your detailed documents show them working but in your demos they do not show as working. In my case the following code shows the standard black on white headers
TItem="DisplayAsset"
Class="table table-hover table-bordered table-striped "
DataProvider="AssetDataProvider"
HeaderRowCssClass="bg-danger text-white border-bottom-0"
FiltersRowCssClass="bg-danger text-white bg-opacity-25 border-bottom-0"
FixedHeader="true"
AllowFiltering="true"
AllowSorting="true"
AllowRowClick="true"
Responsive="true"
Unit="Unit.Percentage"
Height= "100"
The text was updated successfully, but these errors were encountered: