@leapdevuk/component-toolbox 0.1.1 → 0.1.2
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.es.js
CHANGED
|
@@ -5139,6 +5139,7 @@ const Sc = Cr(/* @__PURE__ */ l.jsx("path", {
|
|
|
5139
5139
|
initialState: e.initialState || void 0,
|
|
5140
5140
|
isRowSelectable: e.isRowSelectable,
|
|
5141
5141
|
keepNonExistentRowsSelected: e.keepNonExistentRowsSelected,
|
|
5142
|
+
loading: e.loading,
|
|
5142
5143
|
localeText: {
|
|
5143
5144
|
noRowsLabel: e.noDataText ? e.noDataText : "There are no results to display. Please update your search criteria"
|
|
5144
5145
|
},
|