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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In this example
https://github.com/rappasoft/laravel-livewire-tables/blob/master/docs/display/customizing-table-rows-and-cells.md
If you set bg-green-500 or another color, this class is printed in :class binding property of row.
The bug occurs because two class bg-color is printed ( bg-gray for alternate even/odd ) and this new class string
This example is in tailwind theme
https://github.com/rappasoft/laravel-livewire-tables/blob/master/resources/views/tailwind/includes/table.blade.php
Beta Was this translation helpful? Give feedback.
All reactions