Ryan Drewniak
Ryan Drewniak
FFilament
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
FFilament
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