Eight ready-to-import Retool application templates covering the most common internal-tool use cases. Each template ships with a complete `app.json` (importable into Retool), the raw SQL queries used b
Browse the actual product documentation and code examples included in this toolkit.
Key features of Retool Dashboard Templates
• Replace table names with your actual table names.
• Replace column names if yours differ.
• Adjust `JOIN` conditions to match your foreign-key relationships.
• **Branding**: Update header text, colors, and logos in the Header container.
• **Permissions**: Wrap admin-only components in `{{ current_user.groups.includes("admin") }}` visibility rules.
• **Pagination**: Adjust `pageSize` variables if the defaults (20 rows) are too large or small.Replace table names with your actual table names.
Replace column names if yours differ.
Adjust `JOIN` conditions to match your foreign-key relationships.
**Branding**: Update header text, colors, and logos in the Header container.
**Permissions**: Wrap admin-only components in `{{ current_user.groups.includes("admin") }}` visibility rules.
**Pagination**: Adjust `pageSize` variables if the defaults (20 rows) are too large or small.
Configure Retool Dashboard Templates parameters to see how the product works.