When to use
- Displaying raw logs or error records
- Viewing user activity, API calls, or event data
- Showing detailed reports or audit trails
- Exploring top rows of a complex query result
How to add a table
Example:Features
- Horizontal and vertical scrolling
- Choose colors theme
- Dynamic bindings for time ranges or filters
Use dynamic filters like
{{filter.timeLimit.start}}
, {{filter.timeLimit.end}}
to make the stat card responsive to dashboard-level controls.Best practices
- Use aliases for column names for readability (
AS user_email
,AS created_at
) - Limit unnecessary columns—focus on actionable fields
- Use
{{filter.timeLimit.start}}
,{{filter.timeLimit.end}}
to make tables dynamic