Is the a way show badges inside a dropdown?
I want to show the badges for an orderstatus inside the dropdown column for the SelectColumn:: for the table.
5 Replies
No that is not possible by default.
You can use html() and create your own html items on the dropdown.
unfortunately the html method does not exist in the SelectColumn class
Use allowHtml()
thank you, i was about to delete my comment, as i've realized i was using the wrong method 🫣