Crazylife's avatar

What method can i use to display images together with details and checkbox in pagination?

Is there a better way to show those images details together with checkboxes in grid view and include pagination? Thanks in advance.

0 likes
3 replies
Crazylife's avatar

I am using laravel length aware paginator to display my images details where it is troublesome when i need to get all the checkboxes value. During navigate to next pages the value will lost and not save. I am looking for better way to do this.

mdecooman's avatar

@dreamxyz

So basically you are asking how to persist information on multiple pages. You have different options... you can store the values in the session... or use JS (Vue, etc.) with state management (VueX or plain simple Vue instance).

In other words: happy tinkering!

1 like

Please or to participate in this conversation.