While implementing my React website using the DataTable component, I’ve noticed that the columns are not resizable by default.
It is possible to implement: https://3x.ant.design/components/table/#components-table-demo-resizable-column
I know I can extend the component and add it myself (which I plan to attempt now).
Any chance this could be added to the DataTable component out of the box?