ui/widgets/display/lazy_table library
Classes
- LazyList
- A virtual scrolling list widget. Only renders items within the visible viewport.
- LazyListElement
- Mount element class corresponding to LazyList.
- LazyTable
- A virtual scrolling table widget. Only requests and renders rows within the viewport.
- LazyTableElement
- Mount element class corresponding to LazyTable.