[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-07 Thread Christian Bach
etre *Sent:* Friday, July 06, 2007 6:58 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more May I suggest something? When you sort: first click > sort ascending , second click > sort descending ; third click > clear

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-07 Thread Christian Bach
Great point Stefan! Will be adding it shortly. /christian 2007/7/6, Stefan Petre <[EMAIL PROTECTED]>: May I suggest something? When you sort: first click > sort ascending , second click > sort descending ; third click > clear sorting. 2007/7/6, tlob < [EMAIL PROTECTED]>: > > > an ajax mysql

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-07 Thread Christian Bach
Paging, will have to be a "upcoming" feature, i will provide a new "filter" system that will allow developers to write small functions that will be applied after a sorting has finished. I will include a zebra table filter as default, of course these can be extended to allow paging etc. /christian

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Andy Matthews
Or better yet a "clear sort" button. That would be a bit more useful I think. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: Friday, July 06, 2007 6:58 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Preview: Brand new table

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Andy Matthews
Hey Christian... Any thoughts about auto-inserting header lines every X rows? I'm looking at your demo and I notice that you're mirroring the headers at the bottom, but what about considering an injection of the header rows every so often? It would obviously only be helpful with large datasets. B

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Kia Niskavaara
Christian Bach wrote: > 2007/7/6, Kia Niskavaara <[EMAIL PROTECTED] > >: > Is it possible to add a custom sorter that sort using the initial > order? > > Custom sorter will be supported in the same way as the old version did. I haven't yet succeeded in writing

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Stefan Petre
May I suggest something? When you sort: first click > sort ascending , second click > sort descending ; third click > clear sorting. 2007/7/6, tlob <[EMAIL PROTECTED]>: an ajax mysql connection for editing datas inside the table and I owe you BIG time! ;-) GREAT WORK!! On 6 Jul., 13:34, "Ch

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread tlob
an ajax mysql connection for editing datas inside the table and I owe you BIG time! ;-) GREAT WORK!! On 6 Jul., 13:34, "Christian Bach" <[EMAIL PROTECTED]> wrote: > 2007/7/6, Kia Niskavaara <[EMAIL PROTECTED]>: > > > Multi-colum sorting is great news. Good work!! Reverse multisorting on one > >

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Christian Bach
2007/7/6, Kia Niskavaara <[EMAIL PROTECTED]>: Multi-colum sorting is great news. Good work!! Reverse multisorting on one column and normal sorting on another column doesn't seem to be working (yet) Is it possible to add a custom sorter that sort using the initial order? Custom sorter will be

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Kia Niskavaara
Christian Bach wrote: > Hi, > > I put together a demo/preview for the upcoming release tablesorter > 2.0 release. > > The main features of the upcoming release will be: > > - Multi-column sorting > - Robust support for adding new data to the table, provided with the new > update method >

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread MichaL Sanger
I have same wish, paging is a must! =) MichaL 2007/7/6, Michael Stuhr <[EMAIL PROTECTED]>: Christian Bach schrieb: > Hi, > > I put together a demo/preview for the upcoming release tablesorter > 2.0 release. > > The main features of the upcoming release will be: > > - Multi-column sorting >

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Michael Stuhr
Christian Bach schrieb: Hi, I put together a demo/preview for the upcoming release tablesorter 2.0 release. The main features of the upcoming release will be: - Multi-column sorting - Robust support for adding new data to the table, provided with the new update method - Support for cust