F
Filament2y ago
Sesh

How to make the current page indicator more visible in v3 table pagination?

Is there an easy way to change the current page indicator in the standard v3 pagination visually (e.g. adding a bg color to the div). It is barely visible on which page the user is (see screenshot) which is also an issue for accessability. I did not find a "current page" CSS hook which would make it very easy to change this.
1 Reply
josef
josef2y ago
Only way I see is to overwrite vendor/filament/support/resources/views/components/pagination/item.blade.php in views/vendor and add your customizations to the element

Did you find this page helpful?