We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Can any one please suggest, how to set width for the column in paging grid (Appi

Can any one please suggest, how to set width for the column in paging grid (Appian 7.2), We have 50+ columns on the paging grid. ...

OriginalPostID-102398

OriginalPostID-102398

  Discussion posts and replies are publicly visible

Parents
  • Hi Patty,

    In the task form (Appian 7.2), We have 2 paging grids each with 50+ columns
    1) The column values in the paging grid are type cast to text
    2) The column headers have substantially bigger header names

    Query:
    1) Is it that the width of the column is based on the length of the largest value of the column?
    2) Does padleft (adding spaces to the left) / padright (adding spaces to the right) given to the the column label in paging grid
    eg:
    padleft(<column Name>, 200)

    Similar to this we also tried having the value appended with spaces in a seperate script task and saving it into a pv value and displaying the value in paging grid, but that too didn't work

    3) We tried appending &nbsp; to the column name

    Please let us know is there any work around to have the column width large enough to show the column names readable.
Reply
  • Hi Patty,

    In the task form (Appian 7.2), We have 2 paging grids each with 50+ columns
    1) The column values in the paging grid are type cast to text
    2) The column headers have substantially bigger header names

    Query:
    1) Is it that the width of the column is based on the length of the largest value of the column?
    2) Does padleft (adding spaces to the left) / padright (adding spaces to the right) given to the the column label in paging grid
    eg:
    padleft(<column Name>, 200)

    Similar to this we also tried having the value appended with spaces in a seperate script task and saving it into a pv value and displaying the value in paging grid, but that too didn't work

    3) We tried appending &nbsp; to the column name

    Please let us know is there any work around to have the column width large enough to show the column names readable.
Children
No Data