Add support for data table input
sanity install datatable
Add support for data tables.
This is a plugin for Sanity CMS which adds support for tables.
You can now use the table type in your schema.
table
Example:
{ name: 'myAwesomeTable', type: 'table' }
🎉