dehnavi / get-simple-cms

Automatically exported from code.google.com/p/get-simple-cms
GNU General Public License v3.0
0 stars 0 forks source link

Table Sorting #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to vet certain jquery plugins to help with the sorting of the tables 
within GetSimple's admin interface. 

http://micha.github.com/jquery-tablesort/
http://www.webspeaks.in/2010/09/simplest-table-sorter-with-jquery.html
http://james.padolsey.com/javascript/sorting-elements-with-jquery/

----

Pages to sort:
 - pages.php
 - upload.php
 - archive.php
 - backups.php
 - plugins.php

Original issue reported on code.google.com by ccagle8 on 28 Mar 2011 at 7:55

GoogleCodeExporter commented 9 years ago
I prefer the top one. 

Can easily be applied to our existing tables. 

Original comment by MichaelS...@gmail.com on 29 Mar 2011 at 2:33

GoogleCodeExporter commented 9 years ago
Try also ingrid and slickgrid
https://github.com/mleibman/SlickGrid/wiki/Examples
http://reconstrukt.com/ingrid/

First is very simple to implement and  work on, while slickgrid offers a bit 
more functionalities (for example expanding/collapsing)

Original comment by jo...@tlen.pl on 14 Jun 2011 at 4:48

GoogleCodeExporter commented 9 years ago
I use jquery datatables, slightly more functionality than just sorting.
http://datatables.net/

Original comment by tablatronics on 11 May 2012 at 7:28