Change open/close icon

Change open/close icon

ryanbeskoryanbesko Posts: 2Questions: 1Answers: 0

In the release notes for version 1.13.5 https://cdn.datatables.net/1.13.5/ is says the open/close icon was simplified to just an arrow, partly to make custom styling simpler. Where is the documentation for this styling? I need to change it back to the plus/minus.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Answer ✓

    There isn't documentation for that styling - rather there is just the code, the source for which is here.

    The 1.13.4 code is here.

    That's the source SCSS. You can find the corresponding files in the compiled CSS files.

    Allan

  • ryanbeskoryanbesko Posts: 2Questions: 1Answers: 0

    Thank you, Allan. I was able to use those links to get the plus and minus signs back.

Sign In or Register to comment.