By default DataTables uses "10-25-50-100" options in pagination. Can a user change these options.. say "10, 25, 50, All". Where "All" would show all rows in the table.
Documentation for the i18n strings shows how this can be done: http://datatables.net/usage/i18n#oLanguage.sLengthMenu . -1 is a 'magic' show all value.
Replies
Allan