Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Ryan Drewniak
Posts
Comments
F
Filament
•
Created by Ryan Drewniak on 3/28/2023 in
#❓┊help
Customizing the table header
For anyone else looking for a similar solution here, I got it working by adding the following to my header view file:
<x-tables::actions
:actions="$actions"
alignment="right"
wrap
class="shrink-0"
/>
<x-tables::actions
:actions="$actions"
alignment="right"
wrap
class="shrink-0"
/>
2 replies
F
Filament
•
Created by Ryan Drewniak on 3/13/2023 in
#❓┊help
Pagination default value on tables
That seems to do the trick! Thanks so much @awcodes !
4 replies