How to create customizable Record List.

Hi Community,

I have a Grid style Record List as one of page on my site. As that grid have more than 20 columns.

I want to restrict it to 8-9 columns and give user power to customize or select any 8-9 columns out of 20 columns of their choice to view.

Is it possible in Appian to create some drag and drop column kind of thing from the list of columns ? I want this because showing 20 columns on a single page is not user friendly.

  Discussion posts and replies are publicly visible

Parents
  • I would work with paging grid or a!gridField() to display columns dynamically and use showWhen field property or IF conditions to manage column visibility based on selected values of filter.

    Also, consider checking visibility field options available on Grid Style record list and if you can use showOnlyWhen option to determine which columns would be visible based on an expression.
Reply
  • I would work with paging grid or a!gridField() to display columns dynamically and use showWhen field property or IF conditions to manage column visibility based on selected values of filter.

    Also, consider checking visibility field options available on Grid Style record list and if you can use showOnlyWhen option to determine which columns would be visible based on an expression.
Children
No Data