Nebula NatTable 如何根据条件改变行高?

How can we change the row height base on a condition in Nebula NatTable?

我想更改某些行的行高。我们该怎么做?你能给我一些指导吗?

将行高设置为固定值,例如将特定行的高度加倍,使用 DataLayer API.

dataLayer.setRowHeightByPosition(0, 40);

如果应自动设置行高以匹配内容,请使用适当的构造函数为行高计算配置TextPainter