Is there a possibility in listjs pagination to have a button that will show all available in the table, while you still have the possibility to scroll through the pages themself.
http://listjs.com/examples/pagination/
So for example the configuration is as following:
page: 50,
It will origionally show 50 entries per page, but I would like to be able to have a button or drop down where I can choose to show all allowing people to export csv from everything instead of just a 50 every time.
here is how i would do it, if i understood your question correctly :
HTML
JS
CSS
You should refer to the documentation where you can find a lot of good information such as the list.update() or list.size() methods.
Here is the pen : https://codepen.io/anon/pen/vrdqZr