@kengic/core.react 0.0.2-beta.19 → 0.0.2-beta.20
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/kengic-core.react.js +2 -2
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67853,7 +67853,7 @@ function KgWorkStationModal() {
|
|
|
67853
67853
|
columns: ha,
|
|
67854
67854
|
size: "small",
|
|
67855
67855
|
pagination: !1,
|
|
67856
|
-
scroll: {
|
|
67856
|
+
scroll: { y: "auto" },
|
|
67857
67857
|
rowSelection: ca,
|
|
67858
67858
|
rowKey: (va) => va.devcod,
|
|
67859
67859
|
onRow: (va) => ({
|
|
@@ -67872,7 +67872,7 @@ function KgWorkStationModal() {
|
|
|
67872
67872
|
columns: ba,
|
|
67873
67873
|
size: "small",
|
|
67874
67874
|
pagination: !1,
|
|
67875
|
-
scroll: {
|
|
67875
|
+
scroll: { y: "auto" },
|
|
67876
67876
|
rowSelection: sa,
|
|
67877
67877
|
rowKey: (va) => va.wrkare,
|
|
67878
67878
|
onRow: (va) => ({
|