TonyGermaneri / canvas-datagrid

Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
BSD 3-Clause "New" or "Revised" License
1.44k stars 187 forks source link

Feature request. Allow pasting tables bigger than grid #552

Open romanstetsyk opened 1 year ago

romanstetsyk commented 1 year ago

Expected behavior and actual behavior.

Actual: if a table bigger than the grid is pasted, rows and columns that don't fit are cut out. Expected: new columns and rows are added to the grid to contain all pasted data.

Steps to reproduce the problem.

Paste data that has more rows or columns than the grid.

Specifications like the version of the project, operating system, or hardware.

canvas-datagrid v0.4.6