The index() reset the number for every page #1759
Replies: 2 comments
-
Yes, this is the default behavior of an index because $loop->index is used under the hood. |
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
-
I am using 4.x and index() function as in the documentation to have a serial number .
Column::make('Dish name', 'name') ->index(),
The issue is it regenerate stating from 1 for each page (using pagination)
Beta Was this translation helpful? Give feedback.
All reactions