How AI is powering better personalization in e-commerce [with Vercel]. Sign up now →

Datatable

Studio v2
This plugin only works with an older version of Sanity Studio (v2), which is deprecated.

Add support for data table input

v2 install command (deprecated)

sanity install datatable

Sanity Datatable

This is a plugin for Sanity CMS which adds support for tables.

sanity install datatable

datatable

You can now use the table type in your schema.

Example:

{
  name: 'myAwesomeTable',
  type: 'table'
}

šŸŽ‰