ColumnResizer for BaseTable
Custom style for the drag handler
The column object to be dragged
A callback function when resizing started
The callback is of the shape of (column) => *
A callback function when resizing the column
The callback is of the shape of (column, width) => *
A callback function when resizing stopped
The callback is of the shape of (column) => *
Minimum width of the column could be resized to if the column's minWidth
is not set