arengibook 2.0.11-table → 2.0.12-table
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48167,7 +48167,7 @@ var Table = function Table(_ref7) {
|
|
|
48167
48167
|
return c.editable === true;
|
|
48168
48168
|
}) ? 'cell' : undefined,
|
|
48169
48169
|
dataKey: "id",
|
|
48170
|
-
tableClassName: '
|
|
48170
|
+
tableClassName: '',
|
|
48171
48171
|
resizableColumns: true,
|
|
48172
48172
|
columnResizeMode: "expand",
|
|
48173
48173
|
removableSort: true,
|