bigtable

command
v0.2.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL