"All" filter option does not work

"All" filter option does not work

vannkornvannkorn Posts: 4Questions: 0Answers: 0
edited June 2012 in DataTables 1.9
I made a change on show entries from [ 10, 25, 50, 100 ] to [25, 50, 100, "All" ]. It works fine with 25, 50, and 100 options, however, it does not work with "All" option. And also I don't have any idea to customize the javascript datatable file.

So any help would be very much appreciated.

Replies

  • vannkornvannkorn Posts: 4Questions: 0Answers: 0
    The problem now is solved. It's my fault. The right way of calling this action is:

    "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
This discussion has been closed.