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
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