elements require a specific type of nested DOM structure that (I don't think) would really make sense to use with a library like this. If you want to use this library to resize a table though, perhaps you could render a horizontal panel group and then listen to its onResize event and mirror the sizes in your table columns?
Suppose you change the display property of the
ResizablePrimitive.PanelGroup
to anything other than flex, the resizing stops working altogether.