Big Table

Big Table

KeshvadiKeshvadi Posts: 4Questions: 2Answers: 0
edited January 2019 in Free community support

Hi. Is it possible to show 1000 row in once?

Thank you

Answers

  • KeshvadiKeshvadi Posts: 4Questions: 2Answers: 0

    I found the answer.

    $(document).ready(function () {
                $('#myTable').dataTable( {
      "lengthMenu": [ [10, 25, 50, -1], [10, 25, 50, "All"] ]});
            });
    
This discussion has been closed.