Value of iDisplayLength
Value of iDisplayLength
jdadwilson
Posts: 127Questions: 30Answers: 1
Is it possible to obtain the value of iDisplayLength outside of the dataTable initialization? If so, how? I have tried... var maxRows = oTable.iDisplayLength.value but it returns undefined.
TIA for any assistance
jdadwilson
TIA for any assistance
jdadwilson
This discussion has been closed.
Replies
In 1.10+ you can use the `page.info()` API method: http://next.datatables.net/reference/api/page.info() (you need to manually add the `()` to the URL - I need to update the forums' auto linker...)
Allan