# @univerjs-pro/slides-table

- Human documentation: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/slides-table](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/slides-table)

- Agent Markdown: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/slides-table.md](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/slides-table.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs-pro/slides-table.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs-pro/slides-table.mdx)

---

Table elements, commands, resources, and Facade APIs for Univer Slides in Web SDK.

```typescript
import { UniverSlidesTablePlugin } from '@univerjs-pro/slides-table'

import '@univerjs-pro/slides-table/facade'

univer.registerPlugin(UniverSlidesTablePlugin)
```

## Theme snapshots

New Slide and Board tables resolve the active theme palette into a table-owned snapshot. Existing tables therefore keep their colors when the global Univer theme changes; selecting a different table style creates a new frozen snapshot.

The root entry exports `buildFrozenSlideTableTheme()`, `freezeSlideTableTheme()`, and `hasSlideTableStyleChanged()` for custom table hosts. Standard Facade insertion and update commands already manage these snapshots automatically.

## Entry Points

* Facade: `@univerjs-pro/slides-table/facade`
