Backpack 6 list.blade issue #603
-
i encountered a issue when upgrade the Backpack from 5.6 to 6. I GET all the datas in Backpack 5.6 after update receive 10 records it got paginated automatically. I attached the screenshots of both.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @Sanjayadol Sorry man, but can you please provide us with more information? like what you did inside your setupListOperation()? Also is there a difference inside the setupListOperation when you use v5 and v6? maybe you add something? Cheers. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, I didn't change anything my code. But when I update v6 below got updated by default in setupListOperation. When I removed this line entry counts works properly. |
Beta Was this translation helpful? Give feedback.
-
Hi @Sanjayadol That's a feature from backpack in order to make the ListOperation super-fast on big database tables, you can read it here That's actually fine if you remove it, but it will be good if you keep that line, to make your performance fast. |
Beta Was this translation helpful? Give feedback.
-
Hey @Sanjayadol, It seems like You can find more APIs here which may help you solve the issue: if the issue still persists, let us know with more details and your controller's code. |
Beta Was this translation helpful? Give feedback.
Thanks for your reply, I didn't change anything my code. But when I update v6 below got updated by default in setupListOperation. When I removed this line entry counts works properly.