cloudmr-ux 1.5.6 → 1.5.7
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 +5 -0
- package/dist/index.mjs +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1254,6 +1254,11 @@ var CmrTable = (props) => {
|
|
|
1254
1254
|
paginationModel: { pageSize: 50, page: 0 }
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
|
+
sx: {
|
|
1258
|
+
"& .MuiDataGrid-columnHeaders": {
|
|
1259
|
+
backgroundColor: "rgba(88, 15, 139, 0.08)"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1257
1262
|
localeText: { noRowsLabel: "" },
|
|
1258
1263
|
...rest
|
|
1259
1264
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1206,6 +1206,11 @@ var CmrTable = (props) => {
|
|
|
1206
1206
|
paginationModel: { pageSize: 50, page: 0 }
|
|
1207
1207
|
}
|
|
1208
1208
|
},
|
|
1209
|
+
sx: {
|
|
1210
|
+
"& .MuiDataGrid-columnHeaders": {
|
|
1211
|
+
backgroundColor: "rgba(88, 15, 139, 0.08)"
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1209
1214
|
localeText: { noRowsLabel: "" },
|
|
1210
1215
|
...rest
|
|
1211
1216
|
}
|