Can this be made to work with paginated views? I presume it would be that list.js rather than Views would have to handle the pagination.

Comments

Andrew Perriman created an issue. See original summary.

subhojit777’s picture

Version: 7.x-1.2 » 7.x-1.x-dev

Unfortunately 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.

subhojit777’s picture

And 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.

anybody’s picture

Status: Active » Closed (won't fix)

This 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.