Refresh column headers

Tags: #<Tag:0x00007f8b23f89cc8>

In my table i use nested headers. The value of some of this headers is dependent of the value of some cells. When the value of these cells are changed, the value of the headers also should change. How can i do this?

With regards,

Paul Poels

You can use afterChange hook to pass new nestedHeaders value via updateSettings method.

Hi,

Thanks this works.

With regards,

Paul Poels

1 Like