Customize or add icon to quasar table column when using single select
-
When I use quasar table and multi-select, it looks good with the square for the column title. But when I’m using single select, it has nothing in the column title. I would like to add something there like an eye icon.
How can i do that?
-
@user98034h use one of the header slots, taking the examples from here https://quasar.dev/vue-components/table#Header-slots. eg. https://codepen.io/metalsadman/pen/rNOXgRz.
-
@metalsadman thank you