Hyperlink in filter

Tags: #<Tag:0x00007f8b19ccda70> #<Tag:0x00007f8b19ccd908>

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.

Hi @merlin2049er

Please send a code demo showing your implementation so we can check the issue.

https://pastebin.com/yGp3LAWs

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.

@merlin2049er

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.