@local-civics/mgmt-ui 0.1.55 → 0.1.56
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -185,6 +185,7 @@ function Table$f(props) {
|
|
|
185
185
|
striped: true,
|
|
186
186
|
highlightOnHover: true,
|
|
187
187
|
records: props.items,
|
|
188
|
+
idAccessor: "userId",
|
|
188
189
|
columns: [{
|
|
189
190
|
accessor: "name",
|
|
190
191
|
title: "Student Name",
|
|
@@ -1310,6 +1311,7 @@ function Table$1(props) {
|
|
|
1310
1311
|
withColumnBorders: true,
|
|
1311
1312
|
striped: true,
|
|
1312
1313
|
highlightOnHover: true,
|
|
1314
|
+
idAccessor: "userId",
|
|
1313
1315
|
records: props.items,
|
|
1314
1316
|
columns: [{
|
|
1315
1317
|
accessor: "name",
|