This version implements table nodes:
http://mindfusion.eu/_beta/MindFusion.Diagramming.jsThe TableNode class has the following public members, in addition to what's derived from base DiagramItem:
getCell: function (col, row)
getRow: function (row)
getColumn: function (col)
setCaptionHeight: function (value)
redimTable: function (columns, rows)
deleteColumn: function (col)
insertColumn: function (col)
deleteRow: function (row)
insertRow: function (row)
addColumn: function ()
addRow: function ()
setScrollable: function (value)
setCurrScrollRow: function (row)
scrollDown: function ()
scrollUp: function ()
Cell class: setText, getText, setTextAlignment, getTextAlignment, setImage, getImage, setImageLocation, getImageLocation, setImageAlign, getImageAlign, rowSpan, columnSpan
I hope that helps,
Stoyan