Why is table displaying multiple sort arrows?

Why is table displaying multiple sort arrows?

RandolphPerkinsRandolphPerkins Posts: 10Questions: 4Answers: 0

I noticed that after upgrading to 1.13.1, there are now sort arrows on both sides of each column header (to the left and to the right). I was wondering if this is a feature that we can turn off. I didn't see this feature in the examples for this release. Thank you!

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,327Questions: 26Answers: 4,949
    Answer ✓

    Its not a feature. You can see in this example there is only one set of sorting arrows.

    Its likely due to loading conflicting Datatables CSS files or some other styling issue specific to your page. Start by using the Download Builder to get the proper files. If you still need help then post a link to your page or a test case replicating the issue so we can help debug.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • RandolphPerkinsRandolphPerkins Posts: 10Questions: 4Answers: 0

    Thank you! I was able to find the issue, which was some style overrides we had in our main application.css stylesheet. I was able to remove the extra sort arrows as a result. Thanks for your help!

Sign In or Register to comment.