@selvklart/sanity-plugin-table

1.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @selvklart/sanity-plugin-table

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

31.7 kB

Total Files

16

Last publish

Collaborators

  • jostein-selvklart
  • tafkolstad
  • wien
  • joakim.selvklart
  • sanders54