Table
Display rows of data with sorting, filtering, and optional inline editing. Bind tableData to a query result:
{{Query1.data}}
Tips
- Prefer server queries that return the rows you need; use table search/filter for UX filtering.
- For CSV-backed data, use the CSV datasource Get all rows query.
- Enable CSV download in the property pane when users need exports — see Table export.
- Style alternating rows with Odd row color / Even row color on Table V2.