Due to limitations of the iTwin and iModel APIs, sometimes it is necessary to pre-fetch potentially large amounts of records in order to sort and filter them in Javascript.
The MUI Datagrid component already handles large record sets by only rendering a subset of table rows at a time.
Our current MUI card view does not support any sort of virtualization. Adding virtualization via MUI List (or some other mechanism) would improve performance for users with lots of iModels or iTwins.
Due to limitations of the iTwin and iModel APIs, sometimes it is necessary to pre-fetch potentially large amounts of records in order to sort and filter them in Javascript.
The MUI Datagrid component already handles large record sets by only rendering a subset of table rows at a time.
Our current MUI card view does not support any sort of virtualization. Adding virtualization via MUI
List(or some other mechanism) would improve performance for users with lots of iModels or iTwins.