nice plugin, 2 questions
#1 `autoSize()` does not work, is there a fix for this? I have set: `autoWidthComponents: true,` in the column's config, and and set `shrinkWrap:true,` in the actual contained component. This made the component size correctly but the column itself did not (the rest is just cut off). I am pretty sure that i need to override the `autoSize()` method, but i keep getting lost trying to figure out how.
#2 is there a shorthand way of doing this where we just give the column an `items` field like a regular container?