@shival99/z-ui 2.0.42 → 2.0.43
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.
|
@@ -4901,9 +4901,10 @@ class ZTableComponent {
|
|
|
4901
4901
|
if (!actionCol) {
|
|
4902
4902
|
return null;
|
|
4903
4903
|
}
|
|
4904
|
-
|
|
4904
|
+
const previousValue = previous?.value;
|
|
4905
|
+
if (previousValue?.columnId === actionCol.columnId && (isPending || rows.length === 0)) {
|
|
4905
4906
|
return {
|
|
4906
|
-
...
|
|
4907
|
+
...previousValue,
|
|
4907
4908
|
config: actionCol.config,
|
|
4908
4909
|
};
|
|
4909
4910
|
}
|