Disabling pagination from event

Disabling pagination from event

nlrrnlrr Posts: 3Questions: 0Answers: 0
edited February 2011 in General
Hi,

I'd like to disable pagination from an event (in my case on form.submit(), so all input fields get sent). Anyone here who can help me out?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    You could use the length change plug-in ( http://datatables.net/plug-ins/api#fnLengthChange ) and set the length to -1, which will show all rows. Our another option is to do something like in this example: http://datatables.net/examples/api/form.html

    Allan
This discussion has been closed.