jeudi 5 novembre 2015

how to do table sorting in pagination using Laravel 5.1

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]] 
            }); 
});

This is the html code This is the html code



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire