Question about grid components

Certified Associate Developer

Hello

I have a question regarding the grid component.

I want to use both the main header and the sub header in the header part of the grid.
Is there any way to make it possible?

I tried both the read-only grid and the Editable grid, which are grids supported by Appian.
There seems to be no way to use the sub header for the read-only grid.


Editable grid says "Every row layout must have the same number of components and it must match the number of header cells".
For such reason, it seems impossible to use the sub header.

I tried to make it possible by using Card layout, but when changing to mobile modes the alignment got out of order and seem to have bad effect on performance.

In general, isn't the sub-header function included as a basic function in grid?

I'm sure there must be away but can't find how to use sub-header features.

And if there is no way for now, I would like to know if there are any plans to add these features in future Appian.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    for now you are not able to acheive it with grids it can only be possible using cardlayouts which is not suitable for mobile devices.

    once possible way can be to show data using grid with no nested headers in phone and show data using card layouts using nested headers for other devices conditionally using ispagewidth() function

Reply
  • 0
    Certified Associate Developer

    for now you are not able to acheive it with grids it can only be possible using cardlayouts which is not suitable for mobile devices.

    once possible way can be to show data using grid with no nested headers in phone and show data using card layouts using nested headers for other devices conditionally using ispagewidth() function

Children
No Data