The DataGrid — Sorting, Filtering, and Bulk Actions
The DataGrid — Sorting, Filtering, and Bulk Actions
The DataGrid is a high-performance table at the bottom of the dashboard showing all properties that match your current filters. It uses virtualized rendering to handle 10,000+ rows smoothly.
Column Sorting
Click any column header to sort by that column: - First click — Sort ascending (A-Z, low to high) - Second click — Sort descending (Z-A, high to low) - Third click — Remove sort
Available Columns
| Column | Description |
|---|---|
| Address | Property street address |
| County | County name |
| Value | Assessed total value |
| Sq Ft | Building square footage |
| Lot Size | Lot area |
| Score | AI score (if scoring has been run) |
| Distress | Active distress signal indicators |
| Owner | Owner name |
| Last Sale | Date of most recent sale |
Resizing the Grid
Drag the horizontal handle between the map and DataGrid to allocate more vertical space to either component. If you prefer a data-heavy workflow, drag it up to give the grid more room. For map-heavy exploration, drag it down.
Row Selection and Bulk Actions
Use the checkbox column on the left to select individual rows. Once rows are selected, a bulk action bar appears:
- Export Selected — Download selected properties as CSV
- Add to List — Add selected properties to a saved list
- Run AI Score — Score only the selected properties
You can also click the header checkbox to select/deselect all visible rows.
Clicking a Row
Click anywhere on a row (except the checkbox) to open that property's Detail Panel on the right side of the screen.
Performance
The DataGrid uses virtualized rendering — only the rows currently visible in the viewport are rendered in the DOM. This means scrolling through 10,000+ rows is smooth without memory issues.
Ready to try this? Start your free trial →