Come for answers. Stay for best practices. All we’re missing is you.
We have lot of customization to the UI and after the upgrade 3.0.10 version the UI is broken. Can you please let me know if it is possible to bring the old layout without downgrade to 3.0.6.
Hi,
There were a lot of changes on UI between the two versions. If the custom code highly depends on the widgets and functions, it may not work after upgrade. You may use developer tools of the browser to diagnose the problem and enhance the code.
Any changes made to the Content List widget after 3.0.7. We have customized to increase the width of each columns dynamically as the number of columns in the grid are dynamic in our case. This logic is broken after the upgrade. can you suggest best approach to increase the column width of the grid dynamically. please note each column will have different width based on our configuration. please suggest.
Thanks,
Mohan Chandran
Hi Mohan,
Starting ICN 3.0.10, the column widths in content lists are automatically adjusted to fit the viewing page. See https://www.ibm.com/docs/en/content-navigator/3.0.x?topic=navigator-whats-new-users-in-content-3010, https://www.ibm.com/docs/en/content-navigator/3.0.x?topic=navigator-tips-working-in-content .
HI Angie,
Is it possible to disable this automatic adjust feature or increase the width of the content list?
I see there is a method _adjustColumnWidths in ContentList.js which is causing the auto adjustment of the columns. In our case, this method is making all the columns in the grid to look really small width