I have not found the WHERE to make the edits.

I have not found the WHERE to make the edits.

srpaulsrpaul Posts: 2Questions: 1Answers: 0

Sorry if the question sounds redundant, but I have not found the WHERE to make the edits.

I have found many answers to how to do what I want
Change the Page length options

e.g.
"iDisplayLength": 500,
"aLengthMenu": [[10, 25, 50, 100,500,1000,-1], [10, 25, 50,100,500,1000, "All"]],

it's the What File should I edit that I'm having a problem with.

jquery.dataTables.js
jquery.dataTables.min.js
TablesTools.js
TablesTools.min.js

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    You define page length options in your own script, where you are initialising DataTables.
    Look at the examples again.

  • srpaulsrpaul Posts: 2Questions: 1Answers: 0

    Thanks Tangerine. That does not help me much … I didn't not write it. I will try and contact the person that did the original code. (if I can find them.)

This discussion has been closed.