Closed BrianBCC closed 8 months ago
Many thanks Vikram, The professionalism and speed of the fix is most impressive. Brian
From: Vikram Gaddam @.> Sent: Thursday, March 14, 2024 5:50 PM To: vikramlearning/blazorbootstrap @.> Cc: Brian Cohen @.>; Author @.> Subject: Re: [vikramlearning/blazorbootstrap] FiltersRowCssClass not working at all (Issue #606)
Closed #606https://github.com/vikramlearning/blazorbootstrap/issues/606 as completed via #612https://github.com/vikramlearning/blazorbootstrap/pull/612.
— Reply to this email directly, view it on GitHubhttps://github.com/vikramlearning/blazorbootstrap/issues/606#event-12121277960, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABTE5YTLYJNRTNB7VJO2SA3YYHINJAVCNFSM6AAAAABEP434PCVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSGEZDCMRXG44TMMA. You are receiving this because you authored the thread.Message ID: @.**@.>>
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"