Resize support for Scrollable Tables #1018
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Column resizing does not work well with the new (v3.3.0) DataTable scrolling changes.
To recreate, modify the following DataTables in the demo site source (/#/datatable/scroll) as follows: Add the attributes:
Then drag a column separator.
Example 1: Vertical
Result: Column resizes by a fraction of the dragged delta. Column widths of other columns are also affected.
Example 3: Horizontal and Vertical with Footer
Result: Column header is resized correctly. Column data is not resized at all. If single selection is also enabled, selecting a row will cause the column header width to revert.
PrimeVue 3.3.0
Vue: 3.0.5
The text was updated successfully, but these errors were encountered: