Thank you for your replay.
Our scenario is this:
- When we edit data in cell, we need to get the row id and column id to save in backend. So we need find out which the edited cell is.
- When we re-order columns, we need to have a unique id which is used to talk the exactly column is, then we will also need to update backend to store column order index.
In case of these, I think the best to implement this is to have id for rows and columns. Please kindly let me know if Handsontable has such feature.
Thanks