Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Demo Gallery

This page showcases interactive demonstrations of datui’s key features. All demos are generated from real usage and show the application in action.

Basic Navigation Demo

What it shows:

  • Loading a Parquet file (people.parquet)
  • Initial data display with headers
  • Vertical navigation using j/k keys (scroll down/up)
  • Horizontal navigation using h/l keys (scroll left/right)

Key takeaway: datui provides smooth, keyboard-driven navigation for exploring your data tables.

See Loading Data for more information about file formats and options.

Querying Demo

Querying Demo

What it shows:

  • Opening the query input with /
  • Typing a query: select first_name, last_name, city, salary where salary > 80000
  • Executing the query and seeing filtered results
  • Clearing the query

Key takeaway: datui supports SQL-like queries for selecting columns and filtering data on the fly.

See Querying Data for detailed query syntax and examples.

More Demos Coming Soon

Additional demos will be added for:

  • Filtering data with the filter modal
  • Sorting and column management
  • Statistical analysis features
  • Template management
  • And more!

Note: All demos use sample data from tests/sample-data/. See the Demos README for information about generating your own demos.