Skip to main content
Planview Customer Success Center

Displaying a large number of fields in a repeating section in Intelligent Forms

Issue

If there are 20 or more fields in a repeating section, the contents might begin to wrap and some display issues might occur.

Solution

  1. At the bottom of the page, add a label with the following span tage: <span style=”padding-left: 7000px;”>&nbsp;</span>
  2. Set the width of each column in pixels.
  3. Calculate the total number of pixels of all of the columns and replace the "7000" in the span tag with that total. The span tag forces the browser to display an horizontal scrollbar at the bottom of the page, which the user can use to view all of the data properly. You might need to adjust the number slightly to ensure everything is displayed properly.

           

NOTE

The width of the columns must be defined in pixels and not percentages.