Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize support for Scrollable Tables #1018

Closed
avenmore opened this issue Feb 24, 2021 · 1 comment
Closed

Resize support for Scrollable Tables #1018

avenmore opened this issue Feb 24, 2021 · 1 comment
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@avenmore
Copy link

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:

:resizableColumns="true"
columnResizeMode="expand"

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

@cagataycivici cagataycivici self-assigned this Feb 25, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 25, 2021
@cagataycivici cagataycivici added this to the 3.3.1 milestone Feb 25, 2021
@cagataycivici
Copy link
Member

The new scrolling does not support resize + scrollable columns yet. Will be worked on.

@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Feb 25, 2021
@cagataycivici cagataycivici changed the title DataTable resizable columns do not work with new scrolling Resize support for Scrollable Tables Feb 25, 2021
@cagataycivici cagataycivici removed the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 25, 2021
@cagataycivici cagataycivici modified the milestones: 3.3.1, 3.4.0 Feb 26, 2021
@cagataycivici cagataycivici removed this from the 3.5.0 milestone May 10, 2021
@cagataycivici cagataycivici removed their assignment May 10, 2021
@cagataycivici cagataycivici self-assigned this May 11, 2021
@cagataycivici cagataycivici added this to the 3.5.0 milestone May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants