Docs
Docs/Data Management/Data Grid

Data Grid

Browse tables with the high-performance grid

The data grid provides a fast, spreadsheet-like view of your query results or table data. It uses virtualization (TanStack Virtual) for smooth scrolling with large datasets.

QuackDB Data Grid

Performance

SettingOptionsDefault
Max Rows per Query100, 500, 1000, 5000, 100001000

Performance Tip: QuackDB efficiently handles result sets up to 10,000 rows with virtualized scrolling. For larger datasets, use LIMIT or pagination.

Display Features

FeatureDescription
PaginationNavigate large datasets efficiently
SortingClick column header to sort
Column ResizeDrag column borders
Column ReorderDrag column headers
Cell SelectionClick to select, Shift+Click for range
CopyCopy selected cells to clipboard

Data Type Display

TypeDisplay
StringPlain text
NumberFormatted number
Booleantrue/false
DateISO format
JSONFormatted JSON
NULL"NULL" (configurable)
BLOB[BLOB data]

Need help?

Join our Discord community for support and discussions.

Join Discord