Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery to sort gridview columns at client side [closed]

How can I using JQuery sort any column of gridview at client side? Kindly share...

like image 486
HotTester Avatar asked Oct 27 '10 09:10

HotTester


2 Answers

There's the jQuery TableSorter plugin I tend to use for this.

like image 176
Nick Craver Avatar answered Oct 14 '22 15:10

Nick Craver


This is probably the most straight-forward article on this subject.

It is based on jQuery TableSorder plugin that Nick Craver mentioned... I just didn't like official documentation and wanted to share article with others.

like image 40
nikib3ro Avatar answered Oct 14 '22 16:10

nikib3ro