knt-shared 1.10.2 → 1.10.3
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.esm.js
CHANGED
|
@@ -8356,8 +8356,9 @@ function useTable(options = {}) {
|
|
|
8356
8356
|
tableRef.value = tableInstance;
|
|
8357
8357
|
formRef.value = formInstance;
|
|
8358
8358
|
loadedRef.value = true;
|
|
8359
|
-
|
|
8360
|
-
|
|
8359
|
+
const mergedProps = { ...options, ...propsRef.value };
|
|
8360
|
+
if (Object.keys(mergedProps).length > 0) {
|
|
8361
|
+
await setProps(mergedProps);
|
|
8361
8362
|
}
|
|
8362
8363
|
if (options.immediate) {
|
|
8363
8364
|
if (options.api) {
|