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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -