TreeTable ttResizableColumn broken in both expand and fit mode with nothing special added into the mix #15180
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
A working TreeTable with normal (non virtual) vertical scroll and dynamic columns breaks when I add ttResizableColumn to <th and [resizableColumns] = 'true' in <p-treeTable
Dragging the splitter moves the blue vertical line, but releasing the left mouse button never releases the line so it just keeps moving around with the mouse and column sizes do not change.
See here for repro:
https://stackblitz.com/edit/jch81r-jxqwvh?file=src%2Fapp%2Fdemo%2Ftree-table-selection-checkbox-demo.html
It's based on Primeng's own demo project with only added resizable columns
Environment
Primeng versions 15.4.1 and 17.11.0 (may be more)
VS Code on Windows 10 hosting the app with Node.js v18.13.0
Browser is Chrome v121.0.6167.87 incognito mode; MS Edge v123.0.2420.53 ; Firefox v123
Reproducer
https://stackblitz.com/edit/jch81r-jxqwvh?file=src%2Fapp%2Fdemo%2Ftree-table-selection-checkbox-demo.html
Angular version
15.2.6
PrimeNG version
15.4.1 and 17.11.0 (may be more)
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.13
Browser(s)
Chrome v121.0.6167.87 incognito mode; MS Edge v123.0.2420.53 ; Firefox v123
Steps to reproduce the behavior
open see repro project on stackblitz and try resizing columns
Expected behavior
they should resize :) , but they don't
The text was updated successfully, but these errors were encountered: