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