Skip to content

MathisBullinger/sanity-plugin-another-table

 
 

Repository files navigation

Sanity Table Plugin

There is an official Sanity table plugin for Sanity Studio v3. If you're using Studio v3, please consider using the official plugin instead.

Forked form rdunk/sanity-plugin-table.

example

Install

Install using the Sanity CLI.

$ npm i sanity-plugin-another-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',
    },
  ],
};

About

Table schema type and input component for Sanity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.1%
  • JavaScript 6.1%
  • CSS 3.8%