myliang / x-spreadsheet

The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
https://myliang.github.io/x-spreadsheet
MIT License
13.98k stars 1.67k forks source link

Get Cell's HTML element and inject something into the dom #642

Open itymarcel opened 1 year ago

itymarcel commented 1 year ago

Trying to inject a new element into a cell that meets a certain condition.

spreadhseet.cell(ri, ci)

returns only an object if the cell has content and no trace towards the actual DOM element. Any idea of how to do that?

Thank you.