My user changes the order of column, remove certain column, change the width of certain column for his/her preference. and I need to save their personal settings, so that handsontable can remember and display their settings for their next visit of the applicaiton
I need to get the list of visible column names(or title) in the order, but afterColumnMove function has oldIndex, newIndex only,
Could you please tell me how I can read?