Responsive table - How to customize the style of Accordion button for expand and collapse
Responsive table - How to customize the style of Accordion button for expand and collapse
Hello
I want to replace the accordion button as in attached photo with my own buttons that matches the companies standard. How do i achieve that?

Answers
I use a CSS through the
::beforepseudo element to create that triangle:Is the full selector. Set the
border-widthto be0and then apply a background image, or content or whatever format it is that you have to display the icon you need.I'd suggest right clicking on the the element and selecting "Inspect" to see the CSS that is applied to the element.
Allan