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

ColToggler incompatible with Resizable Columns #637

Closed
apurbaghosh1 opened this issue Jul 21, 2016 · 0 comments
Closed

ColToggler incompatible with Resizable Columns #637

apurbaghosh1 opened this issue Jul 21, 2016 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@apurbaghosh1
Copy link

We are using Modena theme for our project. But after upgrading from PrimeNG beta 6 to PrimeNG beat 9, MultiSelect component stopped working.

If any user removes few columns and again adds, then columns are not appearing properly. Those newly added columns are coming but those are out of the frame.

Suppose at first we are displaying 4 columns as A, B, C, D. Now I removed B and C from MultiSelect drop down. Then it will remove those two columns from the data table also. This is working fine. But if I add those columns B and C again, then those columns are not appearing properly. It is not automatically adjusting rest of the columns width. It is coming out of the frame.

  1. 1st case
    | A ---- B ---- C ---- D |
  2. After removing B and C
    | A --- D |
  3. After adding B and C
    | A ---- D | B-C

=> But it should be | A ---- D ---- B ---- C |

This issue is related to PrimeNG not specific to any Layout or Theme. Problem is if we use resizableColumns="true" and columnResizeMode="expand", then only multiselect is not working properly.

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jul 22, 2016
@cagataycivici cagataycivici added this to the 1.0.0-beta.11 milestone Jul 22, 2016
@cagataycivici cagataycivici changed the title MultiSelect not working properly ColToggler incompatible with Resizable Columns Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants