Replies: 4 comments 1 reply
-
You're right, I'm not sure why it's not applying I'll have to look into it. |
Beta Was this translation helpful? Give feedback.
-
I think its because the hidden rows. Bootstrap applies striped based on odd even, including hidden rows. If i delete the hidden rows (or add a new hidden for each hidden row) it works. |
Beta Was this translation helpful? Give feedback.
-
Ill be honest i'm not sure how to fix this one because of the hidden rows. |
Beta Was this translation helpful? Give feedback.
-
I fixed this by adding a class to the table where it would have the hidden rows and then added some sass to override the bootstrap 5 css when that class was present: In config I added:
The sass:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. table-striped doesn't work for me on bootstrap. Even on the demo sample doesn't work and i can see that table-striped class is aplied to the table. How can i enable it? Thanks!
https://tables.laravel-boilerplate.com/bootstrap-5
Beta Was this translation helpful? Give feedback.
All reactions