Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(generic): allow to disabel pagination in table class
Instead of overriding the `get_paginate_by` method of the TableMixinBase, we now override the `get_table_pagination` method. This allows to also set the `table_pagination` setting in the table itself, therefore providing the means to disable the pagination alltogether. Closes: #1444
- Loading branch information