page length #251
page length
#251
Replies: 2 comments 9 replies
-
https://github.com/rappasoft/laravel-livewire-tables/wiki/Setting-per-page-options Requires v1.4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
but i tried, it's not working btw..give the example please... i put it on
my componen like... below...
class Detail extends DataTableComponent
{
public array $perPageAccepted = [10, 25, 50];
public bool $perPageAll = true;
}
…On Thu, Apr 29, 2021 at 7:45 PM Anthony Rappa ***@***.***> wrote:
https://github.com/rappasoft/laravel-livewire-tables/wiki/Setting-per-page-options
Requires v1.4
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#251 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO2ZI7MQ7N2BXGIKDEZYT3DTLFIHTANCNFSM43ZYRMXQ>
.
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can we show all records by page length? now we just can se 10,25, and 50 records...
how about all records?
Beta Was this translation helpful? Give feedback.
All reactions