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] Ability to use custom web component instead of textarea #577

Open thdoan opened 6 months ago

thdoan commented 6 months ago

I can see in this demo that if you set multiLine: true it will render as a <textarea>. If we could specify our own custom web component to use instead of <textarea>, it would open a world of possibilities. For example, we could use <code-input> to integrate a code editor into the cell.