@apia/api 4.0.28 → 4.0.29
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -3592,7 +3592,8 @@ class TableController {
|
|
|
3592
3592
|
onPageChange: this.emitter.emit.bind(this.emitter, "onPage"),
|
|
3593
3593
|
onRefresh: this.emitter.emit.bind(this.emitter, "onRefresh", null),
|
|
3594
3594
|
isLoading: this.state.isLoading,
|
|
3595
|
-
hideMaximizeButton: true
|
|
3595
|
+
hideMaximizeButton: true,
|
|
3596
|
+
listId: this.tableName
|
|
3596
3597
|
}
|
|
3597
3598
|
);
|
|
3598
3599
|
}));
|