Menu

#12 [PATCH] adding id's to table to allow different tablesort...

closed-accepted
nobody
None
5
2012-03-24
2012-03-23
Paul Nyheim
No

When sorting e.g. the project table on description, clicking in on a project it would be sorted on author. So the bug here was that the tablesorter plugin was persisting the same sorting for all tables. This was easily fixed by adding an id attribute to all tables.

See attached patch.

Regards,
Paul Nyheim

Discussion

  • Heikki Hokkanen

    Heikki Hokkanen - 2012-03-24
    • status: open --> closed-accepted
     
  • Heikki Hokkanen

    Heikki Hokkanen - 2012-03-24

    Accepted & pushed out, thanks!

    commit e30f6b7e32bd3a9ba0ad2b801a5f24311d7d431b
    Author: Paul Nyheim <paul.nyheim@gmail.com>
    Date: Fri Mar 23 09:06:48 2012 +0100

    adding id's to table to allow different tablesorter persistent settings between tables

    Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>