mirror of
https://github.com/RADar-AZDelta/azd-radar-data-datatable.git
synced 2026-03-23 20:37:13 +00:00
[GH-ISSUE #14] implement column resize #7
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-azd-radar-data-datatable#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pjlammertyn on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/RADar-AZDelta/azd-radar-data-datatable/issues/14
Originally assigned to: @Louis-Herreman on GitHub.
see ColumnResize.svelte
using pointermove-pointerup or mousemove-mouseup/down events or the dragstart-dragmove event
you will need to calculate the width of each column (if not set by the columns property)
the resize can not be larger than the width to the columns next to it!
@pjlammertyn commented on GitHub (Apr 11, 2023):
zie svelte-headless-table voor code voorbeeld