Table details
Manage fields, relations, APIs, and webhooks for your table
Table Details
helps creators manage table structure and integrate with external systems. Access it using the Data-Details
toggle in the top navbar.
Fields
Manage all your fields in one place — add, edit, delete, or reorder using the multi-field editor. Learn more about the multi-field editor.
Permissions
Control who can add / delete records in your table & who can edit fields. Refer to the Table permissions and Field permissions documentation for more details.
Relations
Visualize and manage how tables connect using the Entity Relationship Diagram (ERD). This helps in:
- Designing your schema
- Ensuring data integrity
- Improving query performance
API Snippet
Use prebuilt REST API examples to interact with your table programmatically — in Shell, JavaScript, Python, and more. Ideal for quickly connecting NocoDB to your applications.
Supported languages
- Shell: cURL, wget
- JavaScript: Axios, Fetch, jQuery, XHR
- Node: Axios, Fetch, Request, Native, Unirest
- NocoDB SDK: JavaScript, Node
- Python: http.client, requests
- PHP, Ruby, Java, C
Webhooks
Set up real-time triggers when records change. Use webhooks to:
- Send instant alerts
- Automate external workflows
- Sync data across platforms
- Handle batch updates efficiently