Turning off pagination for a certain model
Is it possible to avoid having paginated results for the data tables populated with a model's rows via the list_items() method inside the FuelCMS backend? I looked inside MY_Model and Base_module_model but I couldn't find much. I guess it has to do with the data_table class rather than the model itself, but I'm not sure how to interact with it from the list_items() method...
Comments