[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Alexandre Plennevaux
Nice job, the demo is impressive! Yet that one table i'm working on is 3500 rows+ I'll give your plugin a try, though ! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daemach Sent: mardi 8 mai 2007 0:02 To: jQuery (English) Subject: [jQuery]

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Josh Nathanson
Looks real good... One question though, I thought that up arrow means ascending and down arrow means descending? It seems that the opposite is happening. Maybe it's a US/non-US thing. -- Josh - Original Message - From: Daemach [EMAIL PROTECTED] To: jQuery (English)

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Chris W. Parker
On Monday, May 07, 2007 4:02 PM Daemach said: I just uploaded my latest plugin, tableFilter(). It's an early beta with ugly, less than optimal code, but it works pretty well. Feed it a clean table and it will auto-filter, auto-sort and auto-page. You can sort and/or filter on multiple

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Brandon Aaron
Looks great! BTW ... jQuery 1.1.3 will support col and colgroup tags. -- Brandon Aaron On 5/7/07, Daemach [EMAIL PROTECTED] wrote: I just uploaded my latest plugin, tableFilter(). It's an early beta with ugly, less than optimal code, but it works pretty well. Feed it a clean table and it

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Erik Beeson
Seems to work great in Safari! Multi-column sorting seems a little wonk, but it seems a little wonk in FF too, so maybe it's an OS X thing. Modifier keys don't work well in OS X. --Erik On 5/7/07, Daemach [EMAIL PROTECTED] wrote: I just uploaded my latest plugin, tableFilter(). It's an

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Daemach
Those might be possible - let me give it some thought. Handling the regex is going to be tricky because it's a string and therefore needs to be escaped. On May 7, 4:40 pm, Chris W. Parker [EMAIL PROTECTED] wrote: That is slick! How about: * RegEx in the filter boxes? :) * Comparison

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Daemach
Yep - I'm looking forward to 1.1.3 very much ;) On May 7, 4:54 pm, Brandon Aaron [EMAIL PROTECTED] wrote: Looks great! BTW ... jQuery 1.1.3 will support col and colgroup tags. -- Brandon Aaron On 5/7/07, Daemach [EMAIL PROTECTED] wrote: I just uploaded my latest plugin, tableFilter().

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Erik Beeson
Sorting is a little off. Filter CompanyName with che and sort by Amount: 21 414.2 41.65 317.85 --Erik On 5/7/07, Daemach [EMAIL PROTECTED] wrote: I just uploaded my latest plugin, tableFilter(). It's an early beta with ugly, less than optimal code, but it works pretty well. Feed it a

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Web Specialist
Very good. Only one tip: if navigate to page 3 and filter by City Sao Paulo returns ZERO. Is necessary to jump to page 1 to show that records. Cheers 2007/5/7, Daemach [EMAIL PROTECTED]: Yep - I'm looking forward to 1.1.3 very much ;) On May 7, 4:54 pm, Brandon Aaron [EMAIL PROTECTED]

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Daemach
Dagnabbit, I thought I fixed that last night :) It works properly now. On May 7, 5:28 pm, Web Specialist [EMAIL PROTECTED] wrote: Very good. Only one tip: if navigate to page 3 and filter by City Sao Paulo returns ZERO. Is necessary to jump to page 1 to show that records. Cheers

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Daemach
You're right - I need to work on the numerics next. I am forced to do an alphabetical sort if I want to sort on multiple columns simultaneously, so that means converting numbers to strings while retaining their order, and doing it quickly. I'll probably need to limit the number of decimal