You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any possibility to add a glyphicon or image (with html tag) to the dropdown list for operators i.e. "equal": "<img src='/img/equals.png' /> equals" or "equal": = "<span class='glyphicon glyphicon-whatever'></span> equals" ?
The text was updated successfully, but these errors were encountered:
You can use the icon property of each filter, it will just add the data-icon attribute to the generated HTML.
Plugin BT Selectpicker supports this by default for font-icons.
You can still write your own plugin for advanced usage (images, etc)
Is there any possibility to add a glyphicon or image (with html tag) to the dropdown list for operators i.e.
"equal": "<img src='/img/equals.png' /> equals"
or"equal": = "<span class='glyphicon glyphicon-whatever'></span> equals"
?The text was updated successfully, but these errors were encountered: