Replies: 2 comments
-
You can use ->setTrAttributes() to change the tr class. You can set the default param to true or false to replace classes or just add a new one to.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Tables have public function configure(): void
{
// ...
$this->setTableAttributes([
'default' => false,
'class' => 'table',
]);
} |
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.
-
Still digging, but haven't figured a way to have all rows the same background.
Beta Was this translation helpful? Give feedback.
All reactions