@aveonline/ui-react 2.33.0 → 2.33.1
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/ui-react.mjs +5 -1
- package/package.json +1 -1
package/dist/ui-react.mjs
CHANGED
|
@@ -52235,7 +52235,11 @@ function dve({
|
|
|
52235
52235
|
onExpandedChange: O,
|
|
52236
52236
|
getExpandedRowModel: kB(),
|
|
52237
52237
|
...l && { getPaginationRowModel: VB() }
|
|
52238
|
-
})
|
|
52238
|
+
});
|
|
52239
|
+
ve(() => {
|
|
52240
|
+
l && H.setPageIndex(0);
|
|
52241
|
+
}, [t]);
|
|
52242
|
+
const $ = p && Object.keys(T).length > 0, Z = v.length > 0;
|
|
52239
52243
|
ve(() => {
|
|
52240
52244
|
p && p(
|
|
52241
52245
|
Object.keys(T).map((W) => H.getRow(String(W)).original)
|