How to get rid of rendering HTML content on the dropdown menu while filtering? If the cell or whole column’s cell contains HTML data, when we apply the filter, in the dropdown list it is displayed as HTML content,
How do we show only the text not with HTML content while filter?
@aleksandra_budnik
Thanks for your reply. That works, but I have stored cell’s data with some of the references like data-* attributes on HTML content, So we read the data from the DB and assign it to data: []. I hope filter takes the values from the data object. So is it possible to render html on the drop down menu content ?
Is there any possible way to do with the above scenario?
@aleksandra_budnik, Of course, I can use setDateAtCell that, but when it comes to hundreds of data then it takes much time to load. Is there no way to achieve that?
If the dataset is larger you’d need to rewrite the dataset to a compatible one. I am sorry but I do not see any other choice to load the data without lags.