Hi Richard,
On 16 December 2014 at 11:52, Richard Hipp <d...@sqlite.org> wrote:
>
>
> On Tue, Dec 16, 2014 at 2:42 PM, Ron W <ronw.m...@gmail.com> wrote:
>>
>> On Tue, Dec 16, 2014 at 2:27 PM, Stephan Beal <sgb...@googlemail.com>
>> wrote:
>>>
>>> (i'm thinking of the sort mechanism we already have in place. i think a
>>> hidden field might require extending that.)
>>
>>
>> As best I understand, CSS can hide the extra column, just need to make
>> sure the "sort button" for the age column refers to the invisible column as
>> the sort key.
>>
>>
>
> Sorting is complicated.  Only the subelements of a directory sort, not
> sub-subelements and not siblings of the subdirectory.
>
> Sorting by "age" is doable, but I think (at least for the initial
> implementation) it will be a new page request - in other words a server
> round-trip.

Take a look at this: http://tablesorter.com/docs/

Since the data that you want to sort is already on the page, I don't
know what would need to be fetched to sort the list.

>
> --
> D. Richard Hipp
> d...@sqlite.org
>

Thanks,
Jungle


-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to