table row background color & clear all filters button
Hi there.
I need to things:
1. i want my first 4 records in the table to have green background and the last 4 records a red background. How can i achievie that?
2. i'd like to disable or completly remove button to clear filters in table.
4 Replies
the first 4 no matter how they're sorted?
I could disable sorting if needed.
You’ve got any idea how can I do that?
It’s basically a sport table, I want top teams to have custom colours and the worse teams too
ok. I mean if you don't sort, you can do it with simple CSS but only for the first 4.
But for the last four it's not possible in CSS because of pagination.
However, you could do that on php side with
recordClasses
:
you may need a custom theme if you use tailwind classes that haven't been used yet by filamentThank you very much, I will try it out!
i found out i can also do something like this:
and form my 2nd question this do part of the job: