Link to test case: https://live.datatables.net/pebisamu/1/edit
Debugger code (debug.datatables.net): NA
Error messages shown: NA
Description of problem: Hello,
I'm trying to use HTML code in the cells of my DataTable.
As you can see in my test case, it works fine.
However, I'd like the "searchPanes" component to only see the value and not the rendered HTML code (see quantity filed).
Is there a way to do this?
Also, I don't understand why I have to put an invisible span so that the value is correctly taken into account for the "searchBuilder" component.
<span class="invisible">1</span>
Without the invisible span, the value for quantity filed is empty:
Thanks in advance for your help and have a nice day.