Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FiltersRowCssClass not working at all #606

Closed
BrianBCC opened this issue Mar 11, 2024 · 1 comment · Fixed by #612
Closed

FiltersRowCssClass not working at all #606

BrianBCC opened this issue Mar 11, 2024 · 1 comment · Fixed by #612
Assignees
Labels
area-grid bug Something isn't working
Milestone

Comments

@BrianBCC
Copy link

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"

@BrianBCC
Copy link
Author

BrianBCC commented Mar 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-grid bug Something isn't working
Projects
None yet
2 participants