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. |
Beta Was this translation helpful? Give feedback.
-
See also #95 for an approach |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Available with v0.10.0 |
Beta Was this translation helpful? Give feedback.
-
Hi Martin,
|
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions