enterprise
enterprise copied to clipboard
Datagrid: Layout issue with frozen columns after updating the datagrid
Describe the bug If the datagrid has frozen columns they are misaligned after updating the datagrid. The header above the frozen columns disappear etc. This was not an issue in version 4.64.2. Think it was introduced from version 4.65.1 or possibly version 4.65.3. Maybe the issue is caused by this fix: 6290 - datagrid toolbar visible after fixing error/validation
Expected behavior The frozen columns should not be misaligned after updating the datagrid.
Version 4.66.0
Screenshots The two columns to the left are frozen columns:
After update of the datagrid:
@ablomq i think this is the same issue as https://github.com/infor-design/enterprise/issues/6697 And its been patched if you want to try 4.64.5 its also fixed in 4.65.4 or 4.66.0
@tmcconechy Dont think it's the same issue. We are running the latest release, version 4.66.0 and the issue remains. It happens when some data used by the grid is changed.
ok @ablomq it seemed related. how can this be reproduced in the examples exactly?
Is there an example available with frozen columns and a refresh button which reload the data? Something similar to this:
I made a similar example https://github.com/infor-design/enterprise/commit/6187a58301f8b2ddb659d28ccbb60471da0196f8 but i could not see the issue
Url is http://localhost:4000/components/datagrid/test-list-update.html if local
Maybe this is an angular issue? I'll try to setup an example in Stackblitz.
Sure, https://github.com/infor-design/enterprise/issues/6697 does seem a little like it, so just in case i just updated main so you can try against main branch..
Or latest stack blitz is https://stackblitz.com/edit/ids-quick-start-1411
Another idea is could it be if the names of the frozen columns or missing or anything wierd like that?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.