Skip to content

Table schema type and input component for Sanity CMS

License

Notifications You must be signed in to change notification settings

selvklart/sanity-plugin-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sanity-plugin-table

This is a fork of https://github.com/coreyward/sanity-plugin-table, made into a package for easier use.

Sanity plugin that implements a table schema type and input component.

example

Installing

Install using the Sanity CLI.

sanity install table

Usage

Simply specify table as a field type in your schema.

export default {
  name: 'product',
  title: 'Product',
  type: 'document',
  fields: [
    name: 'sizeChart',
    title: 'Size Chart',
    type: 'table', // Specify table type
  ],
};

Similar Packages

License

MIT

About

Table schema type and input component for Sanity CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.3%
  • CSS 10.7%