Has anyone tried DataTables , when I bind (init) it to <table> , the data is sorted.
<table>
Can I disable default sorting?
According to the DataTabe reference guide , this should work:
$('#example').dataTable({ "aaSorting": [] });
try the following:
$(document).ready(function () { $('#example').dataTable({ "order": [[3, "desc"]] }); });
Source: https://habr.com/ru/post/904431/More articles:Cucumbers + parallel_tests. HTML results? - cucumberThe challenge of machine learning: which tool to use? - cloudCambria Math large upper and lower margins - c #Access to presenting results from a variable in code - c #Problem with TEXTMETRIC structure and "Cambria Math" font - windowsError inflating a fragment from the layout android-support-v4 - androidjson header not working - php - jsonMVC skip identifiers, separated by a “+” character per action - asp.net-mvcHow to convert a back-tracking algorithm to a stream? - scalaGot Exception Error "An exception in the Thread-1 thread (most likely this is due to a shutdown of the interpreter)", which uses Paramiko - pythonAll Articles