Skip to content

highlighting admin rows #637

Closed Answered by CovertError
CovertError asked this question in Q&A
Discussion options

You must be logged in to vote

okay so you can use this from the documentation thanks @rappasoft your documentation is truly amazing

public function setTableRowClass($row): ?string
{
    return $row->isSuccess() ? 'bg-green-500' : null;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CovertError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant