Hello,
I am using React with handsontable, I have filters on, and I want to get the data after filtering. I used hook of addHook(‘afterFilter’, ()=> {} ) to try to get the filtered source data after filter changed.
I tried getData() which gives me plain data in the cell only (can get only what I can see on table), but I need the source data since it contains more meta data I want. I also tried getSourceData() but it gives me all the source data, not the data after filtering.
I found this post having same issue with me, https://github.com/handsontable/handsontable/issues/4606 I don’t find a solution there.
Best,
Terry