Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Issue with table columns width by content after Runtime 2407.0.0, JET 16.0.2 upgrade

edited Jun 2, 2024 7:12AM in Visual Builder 6 comments

Summary:

I have an ADP-based table, with default settings.
Before upgrade, column width was set dynamically by content.

Content (please ensure you mask any confidential information):

After Runtime 2407.0.0, JET 16.0.2 upgrade, columns are "cutting" the content inside the table.
Please see attached screenshots for demonstration.

Thank you.

Version (include the version you are using, if applicable):

Release 2404

Visual Builder Runtime Version 2404.5.0

Oracle JET Version 15.1.5

Code Snippet (add any code snippets that support your topic, if applicable):

<div class="oj-flex oj-sm-justify-content-center">
    <oj-table class="completion-tbl" id="completionTable"       columns-default.header-style="text-align: center;" selection-mode.column="none" selection-mode.row="none"      columns-default.sortable="disabled" data="[[ $variables.filteredCompletionADP ]]" display="grid"      columns='[[ [{"headerText":"","field":"","template":"print"},{"headerText":$application.translations.app.workOrderNo,"field":"workOrderNo"},{"headerText":$application.translations.app.itemNo,"field":"itemNo"},{"headerText":$application.translations.app.cycleNo,"field":"cycle","sortable":"enabled"},{"headerText":$application.translations.app.Numerator,"field":"rollNo","sortable":"enabled"},{"headerText":$application.translations.app.qty,"field":"qty"},{"headerText":$application.translations.app.status,"field":"Status","template":"status"},{"headerText":$application.translations.app.Reason,"field":"Reason"},{"headerText":$application.translations.app.dateAndTime,"field":"completionDT","sortable":"enabled","template":"formatDate"},{"headerText":$application.translations.app.No,"field":"No"},{"headerText":$application.translations.app.user,"field":"employee"},{"headerText":$application.translations.app.QC,"field":"QC","sortable":"enabled","template":"isQC"},{"headerText":$application.translations.app.weight,"field":"weight"},{"headerText":$application.translations.app.width,"field":"width"},{"headerText":$application.translations.app.portionWeight,"field":"portionWeight"},{"headerText":$application.translations.app.Force,"field":"Force"},{"headerText":$application.translations.app.diameter,"field":"diameter"},{"headerText":$application.translations.app.distance,"field":"distance"},{"headerText":$application.translations.app.test,"field":"Test","template":"Test"},{"headerText":"","field":"","template":"delete"}] ]]'    >

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!