E
Asked
Hello we would like to change the number of items we want to show per page or increase multiple options.
Currently it uses 10, 25, 50, 100 and All (not recommended), we wish to have options for 250, 500 and 1000.
How can we go about it please?
Currently it uses 10, 25, 50, 100 and All (not recommended), we wish to have options for 250, 500 and 1000.
How can we go about it please?
- MSAnsweredHello,
You will need to modify the views files (all listing) and update the `aLengthMenu` property of `dataTable` as you like.
Thank you - MSAnswered> There is no need to reply private, if there is no sensitive info.
Mostly, index.php for listing or same name as the controller method. - EAnsweredOkay,
Then could you provide me with the path so that I can change them - MSAnsweredWhat path you need. You already know `themes/default/admin/views/products/index.php` and for sales, replace products with sales in path and so on.
- Login to Reply