currently i had develop a table with pagination on it. Now i want do table sorting on the table that had develop but sorting seem like didn't work on it even though i had follow the guideline on http://ift.tt/1WDPMQe. Anyone can help?
Here is my code. Javascript
$("table").tablesorter({
// sort on the first column and third column, order asc
sortList: [[0,0],[1,0],[2,0]]
});
});
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire