1
0
Fork 0
mirror of synced 2024-07-11 17:26:01 +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 7d0231cb75
commit 906316f191

View file

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