Sorting in datatable bugged?

Sorting in datatable bugged?

TDestinyTDestiny Posts: 3Questions: 2Answers: 0

So I have this datatable that I want to order by ID, but when I initialize the datatable she gets automatically sorted in an asc way, I want it in desc. Can someone help??

<script> $(document).ready(function() { $('#mail').DataTable({"language": { "url": "js/localeDataTable.js", }} ); }); </script>

Answers

This discussion has been closed.