Render #report_table_length to custom div

Render #report_table_length to custom div

alexablagalexablag Posts: 1Questions: 0Answers: 0
edited June 2012 in General
I'd like to place #report_table_length select box to custom element. I've already moved search field to some toolbar-like div, and I'd like to do so with this select too. I can always move it after the dataTable is rendered in DOM, but I'd rather get more fine-grain control over it. So, any ideas?

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Sounds like the fnLengthChange plug-in might be just what you want here: http://datatables.net/plug-ins/api#fnLengthChange .

    Allan
This discussion has been closed.