Handsontable: How to pass id to a cell? -
i'm using handsontable , able fill data grid 16 rows , 9 columns retrieved database. each cell represents value table many many relation. when saving data-grid, array passed view. want identify each cell id provided table. possible? read setcellmeta(), don't know how apply this...
what can iterate cells , set metadata each cell (rows , columns) value need.
myhot.setcellmeta(0,0,'id',1);// parameters are: row, col,propertyname, value. later can following read :
myhot.getcellmeta(0,0) // rown, col i hope helps
Comments
Post a Comment