How to make a frontend list view have filters like the backend list view #633
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I have found the front to work better with libraries like FooTable which is able to load more than 10 000 items per page load with almost no delay. This library has its own filter system that is frankly way better than the Joomla back-end. |
Beta Was this translation helpful? Give feedback.
-
But if that is not your cup of tea... the looking at the code use to make the back-end list view work should help you get it going. You will need to make sure that the correct JS code from Joomla, and the correct model, controller and view methods are lined-up as well. There has been request to make JCB move the list view to the front, like it does with the edit view. Would you agree with that kind of feature request? We are planning to add it as a pro member feature if we see enough interest. |
Beta Was this translation helpful? Give feedback.
-
That’s a good suggestion Llewellyn. Personally, I had not discovered FooTable yet. I have used Datatables (https://datatables.net/) and its even more powerful big brother Editor (https://editor.datatables.net/) extensively in the past.
Best regards,
Erik
… Op 2 jan. 2021, om 08:38 heeft AAeweAAyn ***@***.***> het volgende geschreven:
I have found the front to work better with libraries like FooTable <https://fooplugins.github.io/FooTable/> which is able to load more than 10 000 items per page load with almost no delay. This library has its own filter system that is frankly way better the the Joomla back-end.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#633 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGHG3FIRNBBMJFPVLJY6PA3SX3EQ5ANCNFSM4VOU6SRA>.
|
Beta Was this translation helpful? Give feedback.
But if that is not your cup of tea... the looking at the code use to make the back-end list view work should help you get it going. You will need to make sure that the correct JS code from Joomla, and the correct model, controller and view methods are lined-up as well. There has been request to make JCB move the list view to the front, like it does with the edit view.
Would you agree with that kind of feature request?
We are planning to add it as a pro member feature if we see enough interest.