Appearance
Table
Presents data in a structured grid of rows and columns, organizing detailed information for precise comparison.
Query

Supports any query. Displays the query result in table format.
✨ Example
Displays all pending orders.
sql
select *
from order
where status = 'pending'💡 Create a data table app to display large amounts of data and/or use additional features like interactive global and column filtering, sorting, etc.
