Documentation
¶
Overview ¶
Package main demonstrates the virtualized Table over 1,000,000 rows.
The example defines a TableRowProvider that lazily formats rows on demand — no 1M-element backing slice is ever allocated. Scrolling through the full dataset stays smooth because only the visible window (~20 rows) is materialized per frame. The built-in "/" search integrates with the provider via OnFilterChange: typing a query swaps the provider into a filtered mode that walks the logical dataset and returns matching rows.
Click to show internal directories.
Click to hide internal directories.