ColToggler incompatible with Resizable Columns #637
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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.
| A ---- B ---- C ---- D |
| A --- D |
| 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.
The text was updated successfully, but these errors were encountered: