Removing the pretty function on DataGrids to match the backend.
This commit is contained in:
parent
99b5efc40f
commit
ea772c0342
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue