Custom bLengthChange

Custom bLengthChange

NewcomaNewcoma Posts: 24Questions: 0Answers: 0
edited December 2013 in General
Hello

Does dataTables provide any function that would listen for a custom version of the bLengthChange menu?

Like fnFilter listens for a custom filter input field.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You could use the fnLengthChange plug-in: http://datatables.net/plug-ins/api#fnLengthChange .

    DataTables 1.10's API will have this ability built in ( `page.len()` in the new API).

    Allan
This discussion has been closed.