Bulk Selections Column Doesn't respect set{el}Attributes #786
inmanturbo
started this conversation in
General
Replies: 3 comments 1 reply
-
Why not removing the "bg-gray-50" in the th class list of the bulk selection column ? It will then inherit any background color class of thead ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you find a solution for that issue? im having the same issue with the bulk actions columm... |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please see PR 1058 which should be finished soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bulk selection column ignores
setTheadAttributes
andsetTdAttributes
.Two easy options for fixing are to use conditional and override from values set with above methods, or add
setBulkSelectionsTdAttributes
andsetBulkSelectionsTheadAttributes
, possiblysetBulkSelectionsCheckboxAttributes
?Beta Was this translation helpful? Give feedback.
All reactions