|
|
|
@ -338,6 +338,23 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
configuration.language = { |
|
|
|
info: localize("PagerInfo"), |
|
|
|
infoFiltered: localize("PagerInfoFiltered"), |
|
|
|
infoEmpty: localize("PagerInfoEmpty"), |
|
|
|
search: localize("PagerSearch"), |
|
|
|
processing: localize("ProcessingWithThreeDot"), |
|
|
|
loadingRecords: localize("LoadingWithThreeDot"), |
|
|
|
lengthMenu: localize("PagerShowMenuEntries"), |
|
|
|
emptyTable: localize("NoDataAvailableInDatatable"), |
|
|
|
paginate: { |
|
|
|
first: localize("PagerFirst"), |
|
|
|
last: localize("PagerLast"), |
|
|
|
previous: localize("PagerPrevious"), |
|
|
|
next: localize("PagerNext") |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
configuration.dom = '<"dataTable_filters"f>rt<"row dataTable_footer"<"col-auto"l><"col-auto"i><"col"p>>'; |
|
|
|
|
|
|
|
return configuration; |
|
|
|
|