@gridstorm/plugin-cell-range
v0.1.4
Published
Cell range selection with fill handle and auto-fill pattern detection
Downloads
92
Maintainers
Readme
@gridstorm/plugin-cell-range
Cell range selection with fill handle and auto-fill pattern detection
Installation
pnpm add @gridstorm/plugin-cell-rangeUsage
import { createGrid } from '@gridstorm/core';
import { cell-rangePlugin } from '@gridstorm/plugin-cell-range';
const grid = createGrid({
columns: [{ field: 'name' }],
rowData: [{ name: 'Example' }],
plugins: [cell-rangePlugin()],
});License
MIT
