Cognize table parent Div resize

Tags: #<Tag:0x00007f0b036608e0>

Currently, the size of the parent div containing the table is changing for reactive web creation. If necessary, refresh dimensions are used for the table, but refresh dimensions are often executed before the UI is completed. At this time, I think it would be good to have a hook that recognizes the parent object containing the table, but is there any related hook or function?

Hi @curlydoggi

Currently, we don’t have any hook that would allow to do something like this. The only thing that come to mind is to use custom JS logic to check the parent div size.

thank you!