How to add search bar to table Header & and make pagination always visable
Hi is there a way to add search bar to table header and i can i fix the pagination to page bottom so it is always visible to the user
Solution:Jump to solution
You can get some ideas about search bar and table header, here: https://filamentexamples.com/tutorial/move-create-button-to-search-and-filters-toolbar
Not exactly what you need, but it may give ideas...
Filament Examples
Filament Table: Move HeaderAction Create Button to Search and Filte...
By default, the create button will be placed above the table. But we can move it to be in line with our Search toolbar.
3 Replies
Solution
You can get some ideas about search bar and table header, here: https://filamentexamples.com/tutorial/move-create-button-to-search-and-filters-toolbar
Not exactly what you need, but it may give ideas
Filament Examples
Filament Table: Move HeaderAction Create Button to Search and Filte...
By default, the create button will be placed above the table. But we can move it to be in line with our Search toolbar.
hi sir thank you
any ideas on to make the pagination fix to the bottom of the page so it always visable and easy to navigate
@Povilas K something you can mention in the tutorial if you are using an Table Builder and not a Panel Builder then in the case use the livewire
render
method instead of mount
so the button does not disappear after you make action like update, delete etc