Pivot column width resizable

Hello,
is there an option to set the Pivot columns resizable by the user, after the pivot is rendered?
I have looked into Pivot Look and Feel configuration Docs, but I haven’t found a similar option.
Is there a possibility to implement it, or is it planned for the future?
Thankyou.

Currently you may try to use the following solution:

pivot.grid.config.columns[column_index].resizable=true
pivot.paint()

to make the column resizable