Show Result and Number of Pagination Not Show
Anyone can help? my table List not show Result and Number Pagination , i use new filament version.
13 Replies
Are you using the Panel builder? Is it a Resource, Custom page..?
@LeandroFerreira I'm also having the same issue I'm using resource not a custom page
here is the code:
share a screenshot..
Oh sorry
i want numbered pagination
but its conflicting with something
it is showing the simple pagination because you are using a cluster
add to the resource
Okay thank you it is fix now 🙏
Simple pagination is automatically applied based on Tailwind breakpoints and the available area where the table is rendered
@Mikey 👆
ah thanks , now show
hey guys, just jumping on this because I have a similar question - I can't get the "Showing x of x results" to appear in the bottom left of my table with the page stepper in the bottom right. I think, like Leandro has said that simple pagination is being applied by default.
I'm only got forms, tables and infolists installed in my project, not the panel builder - does this mean that this functionality isn't available to me?
I'm trying to apply it to a livewire component that implements HasForms and HasTable.
Many thanks!
EDIT:
I've realised what the problem is: it's a breakpoint issue. my table is only 768px wide at maximum so it never grows to a point where the pagination options that I'm referring to are available. I'm now wondering if there's a way to customise the breakpoint for switching between these two layouts?