-
for models that have a big number of records, it would make sense to add paginations to the table. it would probably look like this return $table
->columns([
// ...
])
->filters([
// ...
])
->paginate($number); |
Beta Was this translation helpful? Give feedback.
Answered by
danharrin
Mar 2, 2021
Replies: 1 comment
-
Hey! The tables automatically paginate once you reach a page full of records 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danharrin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! The tables automatically paginate once you reach a page full of records 👍