Tag Archives: column

jQuery DataTables: How to Sort by a Specific Column on Load

When constructing your dataTable object you can pass it an initializer parameter named aaSorting which essentially allows you to set which columns to sort on and also which direction to sort in. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , | View Comments