Hi, I have a hyperlink that appears in my dropdown menu.
I don’t want to display the hyperlink, just the inner text. How would I remove that hyperlink from the menu.
Hyperlink in filter
file:///home/joe-guerra/Pictures/Screenshots/Screenshot%20from%202023-12-12%2009-26-21.png
I need to remove the hyperlink in the filter. Thx.
Thank you for the code. That’s a known limitation for filtering plugin: https://handsontable.com/docs/javascript-data-grid/column-filter/#known-limitations
In this case it takes the raw data customized through the custom renderer, but currently it has no ability to take transformed output, only the initial values.