Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 437 Bytes

Sanity Datatable

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

Modified: Added buttons for deleting rows and columns

sanity install sanity-datatable

datatable

You can now use the table type in your schema.

Example:

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

🎉