added auto height and tooltip to Name column
This commit is contained in:
parent
6955e7e6df
commit
b1ea0a1795
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ const useColumnDefs = (
|
|||
: templateParam.name) ?? params.data.key
|
||||
);
|
||||
},
|
||||
cellRenderer: TableAutoCellRender,
|
||||
tooltipField: "display_name",
|
||||
tooltipComponent: TableTooltipRender,
|
||||
cellRenderer: TableMultilineCellRender,
|
||||
autoHeight: true,
|
||||
flex: 1,
|
||||
resizable: false,
|
||||
cellClass: "no-border",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue