added auto height and tooltip to Name column

This commit is contained in:
Lucas Oliveira 2024-06-05 17:47:38 -03:00
commit b1ea0a1795

View file

@ -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",