ods-component-lib 1.17.26 → 1.17.27

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 CHANGED
@@ -1261,6 +1261,7 @@ function grid(props, dataGridRef) {
1261
1261
  columnAutoWidth: false,
1262
1262
  focusedRowEnabled: false,
1263
1263
  wordWrapEnabled: false,
1264
+ noDataText: "No Data",
1264
1265
  onEditCanceling: props.onEditCanceling,
1265
1266
  onExporting: onExporting,
1266
1267
  height: window.innerHeight - 164,