/sanity-datatable

Plugin for adding table support to Sanity

Primary LanguageJavaScript

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'
}

🎉