How to embed text or another grid inside a grid row?

Hi,

I am not sure if anyone has tried it, but I would like use some sort of embedded component within a grid row to add text or another grid. It would be something as in the attached document.

In our process flow, the user creates a record which goes through an approval process. Through the process, the record status changes as submitted, approved, rejected, updated. I want to display the workflow activity for the status transition right there on the grid row where my record is which transition information should be available to specific roles.

Another thing I have thought of was having a popup or a mouse hover to show this information (some sort of drill down).

Does anyone have an idea on how to accomplish that?

Thank you,

Roberta

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    I'm having a hard time picturing exactly what you're after, but there are 2 rather easy options I'd encourage you to explore, depending on the subtleties of your use case:

    1) you should be able to create a list of grids and/or a list of sections (or box layouts) that contain grids, depending on your source data.

    2) within the cell of a single grid, you should be able to use a Rich Text display component, in order to create a varied / dynamic display of information within that cell - this can include multiple rows, bulleted lists, links if needed, all using features of the rich text component such as icons, styling, colors, etc.

Reply
  • +1
    Certified Lead Developer

    I'm having a hard time picturing exactly what you're after, but there are 2 rather easy options I'd encourage you to explore, depending on the subtleties of your use case:

    1) you should be able to create a list of grids and/or a list of sections (or box layouts) that contain grids, depending on your source data.

    2) within the cell of a single grid, you should be able to use a Rich Text display component, in order to create a varied / dynamic display of information within that cell - this can include multiple rows, bulleted lists, links if needed, all using features of the rich text component such as icons, styling, colors, etc.

Children