Autosizing of subviews that contain multiple widget

I have a datatable with subviews that contain multiple widgets (i.e. toolbar + datatable). Autosizing does not seem to work properly, is there some kind of a work-around that I’m missing?

I tried reproducing the problem in this snippet. Any help would be appreciated!

you need to call resizeSubView on data load.
check this

1 Like

Thank you so much! resizeSubView worked great!