How to use datatables like a twitter/facebook style pagination
How to use datatables like a twitter/facebook style pagination
alikoyuncu
Posts: 2Questions: 2Answers: 0
I have been using datatables pagination within page numbers. but my customer wants me to change it to like facebook/twitter pagination style. Is ut possible to do that currently in datatables.
This discussion has been closed.
Answers
Could you calrify what you mean by facebook / twitter pagination? Do you mean as you scroll down more rows show?
If so, that isn't a built in feature of DataTables, but there is no reasonw hy you could use a simple
scroll
event handler on the document and change the page length (page.len()
) when needed.Allan