How enable paging on mobile devices only?
How enable paging on mobile devices only?
o.bh
Posts: 3Questions: 2Answers: 0
Hi! I have long table (2000 items). I need enable paging only on mobile devices, because performance is low.
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use
paging
to disable paging when browser window width is less than certain number.For example:
See this example for code and demonstration.
See more articles about jQuery DataTables on gyrocode.com.
Thanks!