How to change number of row Data Table
You have experienced that in projects where you use Data Tables, the default display number of the table is 10.
You can use the code below to change the default data table limit.
By changing the number, you can show as many records as you want at a time.
Ajax structures should be preferred since it will take time to load the page for 500 or more records.