Default sorting of specific column
-
hi, please help me, i have a table which has 4 columns, the last one is number, i want it show when first load is from higher to lower number. I have research lot the code are like :
<script type=”text/javascript”>$(document).ready(function() {
$(‘#table_1’).DataTable( {
order: [[ 3, ‘desc’ ]]
} );
} );</script>
Pls help me asap, thanks in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Default sorting of specific column’ is closed to new replies.