Hello, new to Handson Table and I would like to dynamically name rowHeader via function that returns the data of corresponding row,column.
Here is my JSFiddle: http://jsfiddle.net/achapman77/0tL7sr9q/
Essentially I would like the rowHeader to be renamed with the corresponding ‘Nested Order’ value (see code line 95)
Requirements are that cols/rows remain both draggable and insertable.
Ultimately I would like to dynamically change the nestedOrder value if row is re-ordered/nested via drag/drop. Will T-up that for separate topic.
Thank you!