@univerjs/sheets-table
v0.24.0
Published
Structured table model and commands for Univer Sheets.
Readme
@univerjs/sheets-table
@univerjs/sheets-table adds the core table model and commands for binding structured table data in Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @univerjs/sheets-table | UniverSheetsTable | No | No | Yes |
Installation
pnpm add @univerjs/sheets-table
# or
npm install @univerjs/sheets-tableKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsTablePlugin } from '@univerjs/sheets-table';
univer.registerPlugin(UniverSheetsTablePlugin);Integration Notes
Use this package with @univerjs/sheets-table-ui when users need table controls in the sheet UI.
