Highlight changed/added rows using $table->recordClasses
I want to highlight rows that were changed or added until the user navigates away or does another change. I tried saving record IDs with
session()->flash
, but the rows are only highlighted for half a second until the notification appears and the table is redrawn without session flash.
Are there better ways to temporarily save highlighted row IDs for a user so I could use it in recordClasses
? 🤔0 Replies