Hello, I’m trying to create combo_filter for the column in grid which has string or div with img on background. How can I make it work, so:
- the combo properly renders both options
- grid filters accordingly
thank you in advance,
OK
Hello, I’m trying to create combo_filter for the column in grid which has string or div with img on background. How can I make it work, so:
thank you in advance,
OK
The best way is to create custom eXcell type and re-define getValue() method which will return necessary value by which column should be filtered. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … l_creation
thank you Olga - seems to work. The only issue I have - how to show these images in the combo_filter box? As for now it displays html code : " instead of images themselves.
Unfortunately #combo_filter doesn’t support such functionality. There is no way to display images in such type of filter
thx