https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38185 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 197327 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197327&action=edit Bug 38185: Remove pagingType and introduce tableType pagingType is deprecated and will be removed in DT v3 https://datatables.net/reference/option/pagingType `pagingType: full_numbers` was the default, and 'full' was used in several places full_numbers is: First, Previous, Pages numbers, Next, Last full is: First, Previous, Next, Last I don't think it makes sense to keep 'full', if there are many pages the user cannot navigate correctly. This patch remove full and makes full_numbers the default. tableType='simple' can be passed to have a simple paging. Further enhancement will be able to reuse this "tableType" for other DT's options and simplify the kohaTable option list. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.