Change colum header withou droping table

Tags: #<Tag:0x00007f8b2b08aee0>

So i have this menu where i allow the user to customize the header’s of a certain table (label, width, order,etc…). And after the user saves the changes i want to apply these changes without droping that table, is there anyway to do this without redrwaing the entire table ? thx in advance

Hi @sopaexame

sorry, but currently a single change in the table triggers a cell renderer for all the cells in the table and each header change calls render() method again.

thank you aleksandra, i imagined so but wanted to be shure

You’re welcome. You’re right we should have a choice to rerender only a single value if it’s changed. That will definitely change in the future.