ITADN

Redraw single row

#131Openkdkavanagh 创建于 2024-08-11
K
kdkavanaghcommented
Is there a way to force the table to re-render a single (specified) row? Usecase is that I'm keeping track of rows that a user "bookmarks", and would like to apply a custom style to those rows. The style is currently applied by overriding `get_row_style`, which is called after a couple of layers of caching. Is there an easy way to either clear a specific row from those caches, or to force-recompute a single row?
1 条评论