@gridstorm/plugin-time-travel
v0.1.4
Published
Git-for-grids: full state history with undo/redo, snapshots, diffs, and branches
Downloads
33
Maintainers
Readme
@gridstorm/plugin-time-travel
Git-for-grids: full state history with undo/redo, snapshots, diffs, and branches
Installation
pnpm add @gridstorm/plugin-time-travelUsage
import { createGrid } from '@gridstorm/core';
import { time-travelPlugin } from '@gridstorm/plugin-time-travel';
const grid = createGrid({
columns: [{ field: 'name' }],
rowData: [{ name: 'Example' }],
plugins: [time-travelPlugin()],
});License
MIT
