|
@@ -33,6 +33,12 @@
|
|
|
},
|
|
},
|
|
|
formatNoMatches: function () {
|
|
formatNoMatches: function () {
|
|
|
return 'Nenhum registro encontrado';
|
|
return 'Nenhum registro encontrado';
|
|
|
|
|
+ },
|
|
|
|
|
+ formatExport: function () {
|
|
|
|
|
+ return 'Exportar dados';
|
|
|
|
|
+ },
|
|
|
|
|
+ formatClearFilters: function () {
|
|
|
|
|
+ return 'Remover filtros';
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
|
|
|