Milestone Component in a Grid

Hi all,

We are looking at options for displaying data with icons and actionable links.  Is it possible to have a milestone component in a grid?  See the mock-up in the attached image.

Thank you in advance.

  

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer
    You will see many examples of modern UI displays like this particularly in Appian's own art of the possible demos. They are relatively straight forward to build using a!forEach() and a!sideBySideLayout() functions as long as you are on 18.2 onward.

    You will obviously need to be mindful of performance and construct your own paging controls where necessary but it's a worthwhile approach for building attractive UI's.
Reply
  • +1
    Certified Lead Developer
    You will see many examples of modern UI displays like this particularly in Appian's own art of the possible demos. They are relatively straight forward to build using a!forEach() and a!sideBySideLayout() functions as long as you are on 18.2 onward.

    You will obviously need to be mindful of performance and construct your own paging controls where necessary but it's a worthwhile approach for building attractive UI's.
Children