Can i have a datagrid(Table) inside a list view

1
Hi, I have a list view that is populated using a Microflow, also there is another Entity that has a 1-Many association with the List View Entity. Is it possible to have a datagrid inside a list view.
asked
1 answers
1

I believe it is technically possible, but I would advise against it. Or at least limit the amount of list view items and data grid items that are visible. And also keep in mind that data grid search fields based on associations also cause extra data retrievals. You might end up with a monstrous page.

answered