sanity-plugin-datatable
v1.1.0
Published
Plugin for adding table support to Sanity
Downloads
1,652
Readme
Sanity Datatable
This is a plugin for Sanity CMS which adds support for tables.
sanity install datatable
You can now use the table
type in your schema.
Example:
{
name: 'myAwesomeTable',
type: 'table'
}
🎉