useResizeColumns
useResizeColumns
is a plugin hook that adds support for resizing headers and cells when using non-table elements for layout eg. the useBlockLayout
, useAbsoluteLayout
, and useGridLayout
hooks. It even supports resizing column groups!
disableResizing: Bool
false
true
, resizing is disabled across the entire tableThe core column options width
, minWidth
and maxWidth
are used to calculate column and cell widths and must be set. See Column Options for more information on these options.
disableResizing: Bool
false
true
, resizing is disabled for this columngetResizerProps
canResize: Bool
true
if this column can be resizedisResizing: Bool
true
if this column is currently being resizedThe best JavaScript newsletter! Delivered every Monday to over 76,000 devs.