Skip to content
🚀 Rapid Application Development with the App Builder

Table

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

Query

WP Data Access - Google Charts - Table

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.