1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Removing the pretty function on DataGrids to match the backend.

This commit is contained in:
mike12345567 2020-10-16 09:33:17 +01:00
parent 99b5efc40f
commit ea772c0342

View file

@ -71,7 +71,7 @@
headerCheckboxSelection: i === 0 && canEdit, headerCheckboxSelection: i === 0 && canEdit,
checkboxSelection: i === 0 && canEdit, checkboxSelection: i === 0 && canEdit,
valueSetter: setters.get(schema[key].type), valueSetter: setters.get(schema[key].type),
headerName: key.charAt(0).toUpperCase() + key.slice(1), headerName: key,
field: key, field: key,
hide: shouldHideField(key), hide: shouldHideField(key),
sortable: true, sortable: true,