Closed (won't fix)
Project:
ListJs
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2018 at 15:35 UTC
Updated:
11 Feb 2022 at 11:42 UTC
Jump to comment: Most recent
Comments
Comment #2
subhojit777Unfortunately this can't be made to work with paginated views. You would have load all the results in views. And use listjs pagination http://listjs.com/examples/pagination. The listjs pagination support is not yet added to this module.
Comment #3
subhojit777And there are lots of goodies in listjs http://listjs.com/overview/ that this module does not make use of. Right now it only supports search and sort.
Comment #4
anybodyThis isn't possible by concept with an output-based solution. Closing as won't fix.
As @subjojit777 wrote, you can output all contents and paginate with this library, but nothing else.