Fixes entries message not working (#6474)

This commit is contained in:
MatteoBiscosi 2022-03-28 11:04:48 +02:00
parent 9122ca7b0d
commit 978ba0fff0
6 changed files with 9 additions and 11 deletions

View file

@ -267,11 +267,9 @@ export class DataTableUtils {
return {
dom: dom,
pagingType: 'full_numbers',
lengthMenu: [[10, 25, 50, -1], [10, 25, 50, `${i18n_ext.all}`]],
lengthMenu: [[10, 25, 50, -1], [10, 25, 50, `${i18n.all}`]],
language: {
info: i18n_ext.showing_x_to_y_rows,
search: i18n_ext.script_search,
infoFiltered: "",
search: i18n.script_search,
paginate: {
previous: '<',
next: '>',