1
votes

Is there a way I can change the row height for pinned columns.I know there is a setRowHeight method, but how does it work on pinned columns

1

1 Answers

1
votes

You need to reset the pinned row data in order to make it work. See this section here:

Height for Pinned Rows

Row height for pinned rows works exactly as for normal rows with one difference: it is not possible to dynamically change the height once set. However this is easily solved by just setting the pinned row data again which resets the row heights. Setting the data again is not a problem for pinned rows as it doesn't impact scroll position, filtering, sorting or group open / closed positions as it would with normal rows if the data was reset.