How to make column widths resizeable? #93
Replies: 6 comments 5 replies
|
as you suspected, the feature is not yet implemented. Just a bit prepared by adding a resize handle and cursor. |
|
Seems like its working already. Only the min-width seems to be applied when dragging starts and not when dragging stops. In the code-diff the drag-stop event checks for the min-width, but it seems to happen at drag-start. |
|
Available with v0.10.0 |
|
Hi Martin,
|
|
I couldn't reproduce it (you need to remove the options filter.connectInput and connectTopBreadcrumb, if yout don'T have the cotrols on the page, of course. |
Uh oh!
There was an error while loading. Please reload this page.
Hi mar10,
in the demo i have found that sometimes content inside the cells is overflowing the width, leading to hidden text. Intuitively I tried to resize the column by hovering over the column border (cursor style changes) and dragged it to the right, but the column width remains static (like defined in the columns definition object).
How do you enable resizing of the columns? I've read the documentation but only found drag and drop for the nodes. Can I add custom event listeners (mousedown, mousemove, mouseup) to achieve that?
Thanks for your time and help
All reactions