- re added tables with pagination;
This commit is contained in:
@@ -8,6 +8,10 @@ const emptyMessage = __('Nessun dato disponibile', 'gepafin');
|
||||
|
||||
const selectOneLabel = __('Seleziona', 'gepafin');
|
||||
|
||||
const numberFilterOptions = [
|
||||
{ label: 'Uguale a', value: FilterMatchMode.EQUALS }
|
||||
];
|
||||
|
||||
const textFilterOptions = [
|
||||
//{ label: 'Inizia con', value: FilterMatchMode.STARTS_WITH },
|
||||
{ label: 'Contiene', value: FilterMatchMode.CONTAINS },
|
||||
@@ -42,6 +46,7 @@ const translationStrings = {
|
||||
emptyMessage,
|
||||
selectOneLabel,
|
||||
textFilterOptions,
|
||||
numberFilterOptions,
|
||||
statusFilterOptions,
|
||||
numericFilterOptions,
|
||||
dateFilterOptions
|
||||
|
||||
Reference in New Issue
Block a user