Replies: 1 comment
-
Available in V3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Am using laravel 9 with livewire 2.0
am loking for a solution for big data on the datatable cuz the normal query (with "offset")
Ex:
this query take so long on large data set
so the ultimate solution is cursorPaginate which it implement a query like
so i digged inside vendor\rappasoft\laravel-livewire-tables\src\Traits\WithData.php
and i changed the code like so :
with this implementation am getting this error : Method Illuminate\Database\Eloquent\Collection::lastPage does not exist.
can someone help me with this
Beta Was this translation helpful? Give feedback.
All reactions