Hi myDBR Representative,
Is it possible to add the alt text of an image to the column filter select list? If not, how would I best implement a select list that would allow filtering based on columns that use images to denote boolean values?
- Noah
Hi myDBR Representative,
Is it possible to add the alt text of an image to the column filter select list? If not, how would I best implement a select list that would allow filtering based on columns that use images to denote boolean values?
- Noah
No, not for the alt but you can put an invisible span-element into the column. Column filter will pick that up.
select 'dbr.html:<span style="display:none">Yes</span>'
--
myDBR Team
perfect! thank you!
You must log in to post.