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.

image

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.

image

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.

image

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
Drag-and-drop to rearrange tables in the ERD. Layout changes aren’t saved across sessions.

image

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.

image

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

image

Webhooks are defined per table. More details here.