Avoid wrapping of fields in APEX Interactive reports

Description:

Due to many columns in the report, the Data will be wrapped automatically.


Resolution:

 

  1. In report attributes, assign the static ID for the column that you want not be shrink.
  2. Add the following code in the page header to remove the wrapping.

$(function()

{

$(“td[headers=column_name’]”).attr(“nowrap”,”nowrap”);

});

 

Output:

 

 

 

Summary: This post explains about Add Row on the Top in the APEX Tabular Form

Queries?

Do drop a note by writing us at contact@staging.doyensys.com or use the comment section below to ask your questions.

 

Recent Posts