Skip to content

[Feature Request] Add optional resizeDirection parameter to getResizeHandler #5756

Closed Answered by a-peace
a-peace asked this question in Ideas
Discussion options

You must be logged in to vote

Fixed this issue in the Resizer component like this:

onMouseDown={(e) => {
                e.preventDefault();
                table.options.columnResizeDirection = resizeDirection;
                header.getResizeHandler()(e);
            }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by a-peace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
1 participant