Datatable only display 10 rows, when 50 asked
问题 I want my datatable to display 50 rows per page. I tried to set it with : bLengthChange: true and pageLength: 50 but it didn't work. In an ideal world, I would also get rid of the bLengthChange -> false, so that I don't see the combo to select how much rows do I want... Here is my code. <html><body> <head> <link rel="stylesheet" href="//cdn.datatables.net/1.10.11/css/jquery.dataTables.min.css"> </head> <body> <table class="table responsive table-togglable table-hover"> <thead> <tr> <th data