Hi - I am using autocomplete with our API. So the API receives the string typed in and returns results based on that and sometimes as it uses fuzzy logic the results may not have the exact search query in them… The autocomplete cell does its own filtering of the results I pass into it and therefore it filters out my results. I tried attaching the search query to the end of each result string so that handsontable does not filter it out, this worked, but looks bad. So I tried to add HTML so I could just hide the extra text but the HTML gets stripped out…
Do you have a suggestion for what I can do to get around this?