[Question] How can I set up limits for number of records #1165
-
|
I want to set up limits for number of records in my model crud page. For example I have Users and I want to show only 10 of them. It would be better if I could do limits for some parameter. For example top 10 users by their marks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
you can take a look of;
|
Beta Was this translation helpful? Give feedback.
-
|
Hello @SyntaxConqueror Im not fully sure about what kind of limit you want to use, but to limit the list records you can change on config/backpack/crud.php If you need to limit results, as @siberfx say, you can use Let me know if that work for you. Cheers. |
Beta Was this translation helpful? Give feedback.
-
|
Here is my answer. Thanks for user @siberfx who helped me with the idea. |
Beta Was this translation helpful? Give feedback.
Here is my answer. Thanks for user @siberfx who helped me with the idea.