This question about Using an extension: Asked
Sorting in Table (TablePlugin 1.142) is broken when multipage table is used
Hi,
I build a table based on SEARCH. As many lines are expected, the Table is multipage, which suppose to be sorted, e.g. by the year (or date). If all outputs are on the same one page - sorting is fine, however, if they are split over several pages, sorting is not what one would expect, i.e.
I have years 2009, 2010, 2011, 2012, 2013, 2014. If it is said pagesize=10, i.e. all entries are on one page: sorting is fine. If I say pagesize=2, then sorting is as following:
page 1: 2011, 2012
page 2: 2009, 2010
page 3: 2013, 2014
While of course, I would expect (2009,2010), (2011,2012), (2013,2014)
exmaple on the Foswiki.org:
http://foswiki.org/Sandbox/MySearchTable
I also created Task:
http://foswiki.org/Tasks/Item13410
--
ValentinKozlov - 19 May 2015