Hello,
I want to know if it’s possible to draw lines,arrows… using raphaeljs for example in a cell from a datatable, because I can’t find the way to indicate the ID or DIV of the cell to draw in.
Thankyou very much
Hello,
I want to know if it’s possible to draw lines,arrows… using raphaeljs for example in a cell from a datatable, because I can’t find the way to indicate the ID or DIV of the cell to draw in.
Thankyou very much
Hello,
You can use “template” property in columns config to define cell content:
http://docs.webix.com/datatable__templates.html
To locale html node of a cell by its row and column you need to use getItemNode method: