myliang/x-spreadsheet

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

itymarcel opened this issue · 0 comments

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.