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