I have been working on material-table for quite a while and I have looked for different options where I can provide functionality of drag the column to adjust width but to no success.
I googled quite a lot on how I can achieve this functionality in react but to no success.
I was able to find other tables but all my modules are built on material-table.
Drag and drop table in angular
I have provided link for drag and drop in angular but I'm working on react and I couldn't find any thing on material-table for react.
There is no code included here, as I couldn't find anything on it. Only static widths are available as it was no use for this condition.
Let me know on how can I incorporate provided example into react or if there is any working example or whether it is possible or not.
So I found in their GitHub page there is a mention of resizable column by selecting true in options, but its not working for me yet.
Resizable column material table official merial-table github