Sorting football table problem

Sorting football table problem

mattibrdmattibrd Posts: 2Questions: 1Answers: 0

I need help about sorting DataTable. I'm making site for football tournaments, and I need to sort table:
1) By points
2) When points are equal for many teams sort by difference between goal scored and lost
3) When upper score are equal sort by only goal scored

Can u help me how to modify that single sorting ?

$('#table').DataTable({
"order":( [[ 4, "desc" ]])
});

Answers

This discussion has been closed.