looping number record error #1181
albertdimasa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make a looping number record but when i create like this, there is an error that $page and $perPage not found
Column::make("Id", "id")->format(fn () => ++$this->index + ($this->page - 1) * $this->perPage),
Beta Was this translation helpful? Give feedback.
All reactions