fix: Improve table column styling in edit node modal (#6763)
* fix: Improve table column styling in edit node modal * fix: Remove extra space in "Field Name" header
This commit is contained in:
parent
e82c21825b
commit
74b273f36b
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ const useColumnDefs = (
|
|||
headerName: "Value",
|
||||
field: "value",
|
||||
cellRenderer: TableNodeCellRender,
|
||||
cellStyle: {
|
||||
display: "flex",
|
||||
"justify-content": "flex-start",
|
||||
"align-items": "flex-start",
|
||||
},
|
||||
valueGetter: (params: ValueGetterParams) => {
|
||||
return {
|
||||
nodeId: nodeId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue