How should I use a listGrid with a collection of my favorites records from a specific document?

Advertisements I need to show a collection using listgrid and plan to have the filtering mechanism on that? how to do this? >Solution : There is no filtering in a data grid, so you are right, you’ll need a list grid. ListGrids are powered by org.skyve.metadata.view.model.list.ListModel s. There are some implementations built-in such as org.skyve.metadata.view.model.list.DocumentQueryListModel… Read More How should I use a listGrid with a collection of my favorites records from a specific document?