@bsol-oss/react-datatable5 12.0.0-beta.47 → 12.0.0-beta.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +10 -0
- package/dist/index.mjs +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2880,6 +2880,16 @@ function DataTable({ columns, data, enableRowSelection = true, enableMultiRowSel
|
|
|
2880
2880
|
tableLabel: {
|
|
2881
2881
|
view: "View",
|
|
2882
2882
|
edit: "Edit",
|
|
2883
|
+
filterButtonText: "Filter",
|
|
2884
|
+
filterTitle: "Filter",
|
|
2885
|
+
filterReset: "Reset",
|
|
2886
|
+
filterClose: "Close",
|
|
2887
|
+
reloadTooltip: "Reload",
|
|
2888
|
+
reloadButtonText: "Reload",
|
|
2889
|
+
resetSelection: "Reset Selection",
|
|
2890
|
+
resetSorting: "Reset Sorting",
|
|
2891
|
+
rowCountText: "Row Count",
|
|
2892
|
+
hasErrorText: "Has Error",
|
|
2883
2893
|
},
|
|
2884
2894
|
}, children: children }));
|
|
2885
2895
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -2860,6 +2860,16 @@ function DataTable({ columns, data, enableRowSelection = true, enableMultiRowSel
|
|
|
2860
2860
|
tableLabel: {
|
|
2861
2861
|
view: "View",
|
|
2862
2862
|
edit: "Edit",
|
|
2863
|
+
filterButtonText: "Filter",
|
|
2864
|
+
filterTitle: "Filter",
|
|
2865
|
+
filterReset: "Reset",
|
|
2866
|
+
filterClose: "Close",
|
|
2867
|
+
reloadTooltip: "Reload",
|
|
2868
|
+
reloadButtonText: "Reload",
|
|
2869
|
+
resetSelection: "Reset Selection",
|
|
2870
|
+
resetSorting: "Reset Sorting",
|
|
2871
|
+
rowCountText: "Row Count",
|
|
2872
|
+
hasErrorText: "Has Error",
|
|
2863
2873
|
},
|
|
2864
2874
|
}, children: children }));
|
|
2865
2875
|
}
|