Where to pin a row based on value
I have a requirement that all rows with a certain value are pinned to the top of the table. I'm using Row Pinning and it's all working great. However, I'm not sure where the best place to do the pinning is.
I tried in the column definition's
cell
property, i.e.
however, this is resulting in a bad setState error (my table state is held in a provider):
So I'm wondering if there is a better place to do the pinning of the rows? Many thanks!0 Replies