ColumnResizer

ColumnResizer for BaseTable

Props

styleobject

Custom style for the drag handler

columnobject

The column object to be dragged

onResizeStartfuncdefaults tonoop

A callback function when resizing started The callback is of the shape of (column) => *

onResizefuncdefaults tonoop

A callback function when resizing the column The callback is of the shape of (column, width) => *

onResizeStopfuncdefaults tonoop

A callback function when resizing stopped The callback is of the shape of (column) => *

minWidthnumberdefaults to30

Minimum width of the column could be resized to if the column's minWidth is not set