Replace filtering alengthMenu with inputbox instead of select box

Replace filtering alengthMenu with inputbox instead of select box

vegetatruxvegetatrux Posts: 1Questions: 0Answers: 0
edited August 2012 in DataTables 1.8
Hi i want to know how to replace the alengthMenu to something like alengthInputBox, so that the user can input his choice of filtering the rows instead of having static select option

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    The best way of doing that, I would suggest, is to create a feature plug-in ( http://datatables.net/blog/Creating_feature_plug-ins ) which utilises the fnLengthPage API plug-in: http://datatables.net/plug-ins/api#fnLengthChange .

    Allan
This discussion has been closed.