My Sort Icons Double

My Sort Icons Double

Ipasya17Ipasya17 Posts: 2Questions: 2Answers: 0

I am facing a problem that my sort icon is double like in screenshoot. Can anyone help me How to fix it? Thanks
I am using 2 styling like in this code below,
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css">

Answers

  • kthorngrenkthorngren Posts: 21,172Questions: 26Answers: 4,923

    You have conflicting CSS includes. Looks like you are including both dataTables.bootstrap.min.css and jquery.dataTables.min.css. You should only include the CSS for the styling framework being used. More info in the Styling Docs. The easiest way to get the proper files is to use the Download Builder and select the proper styling framework you are using.

    Kevin

This discussion has been closed.