How to stop dataTables_paginate from generating?

How to stop dataTables_paginate from generating?

the6stepthe6step Posts: 12Questions: 0Answers: 0
edited August 2010 in General
Hi,

I have about 100 rows. I want to initially show 25, and I have a custom function that shows more on request. So I want pagination, but I want my own, and dataTables keeps inserting these arrows. Can I explicitly remove them? I could obviously do it after dataTables loads, or hide it with css, but I would rather pass an option to remove it all together if it was possible.

Replies

  • ruzzruzz Posts: 49Questions: 0Answers: 0
    Sounds to me like you want sDom? And possibly iDisplayLength...

    Both are documented here: http://www.datatables.net/usage/options

    ruzz
This discussion has been closed.