Could you also set the debugging output in the console to show what
type is being used to do the sorting?
e.g.- Sorting as 'currency' on 1 columns and dir 1 time: 2ms
or
Sorting as 'currency, date' on 2 columns and dir 0 time: 12ms
Thanks.
I would like to request a feature...
It would be nice if one could optionally set the sorter to ignore all
HTML tags in the table cells.
For instance, have a setting in the config, something like:
ignoreTags: true,
Where if it were set, the sorter would strip out all the HTML tags
before sortin
2007/7/19, Kia <[EMAIL PROTECTED]>:
Personally I would prefer if the string wasn't lowercased. I think the
parser should lowercase it (or use the regexp modifier 'i'), if
needed.
I will change this in time for the final release.
/christian
Test
Sent from my iPhone
On Jul 18, 2007, at 11:28 PM, Kia Niskavaara
<[EMAIL PROTECTED]> wrote:
>
>
> It's a lowercase string of the value.
>
> Personally I would prefer if the string wasn't lowercased. I think
> the parser should lowercase it
> (or use the regexp modifier 'i'), if needed
It's a lowercase string of the value.
Personally I would prefer if the string wasn't lowercased. I think the
parser should lowercase it (or use the regexp modifier 'i'), if
needed.
On Jul 18, 6:12 pm, Rick Pasotto <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian
It's a lowercase string of the value.
Personally I would prefer if the string wasn't lowercased. I think the parser
should lowercase it
(or use the regexp modifier 'i'), if needed.
Rick Pasotto wrote:
> On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian Bach wrote:
>>> Could you please post
On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian Bach wrote:
>> Could you please post a 'float' parser to the list? I think there was
>> one in the old tablesorter release, but unfortionatley I've deleted
>
> There is a set of experimental parser available here:
> http://lovepeacenukes.com/tabl
I´m with a problem to sorter a text column, don´t sorte correctly
I have to add a parser? If yes, how?
On 7/18/07, Christian Bach <[EMAIL PROTECTED]> wrote:
> Could you please post a 'float' parser to the list? I think there was one
in the old tablesorter
> release, but unfortionatley I've de
Could you please post a 'float' parser to the list? I think there was one
in the old tablesorter
release, but unfortionatley I've deleted it.
There is a set of experimental parser available here:
http://lovepeacenukes.com/tablesorter/2.0/jquery.tablesorter.parsers.js
I haven't had the time to
Christian Bach wrote:
> Thanks, when the final version is released it will include more parser
> and contributed parsers as a optional file.
Could you please post a 'float' parser to the list? I think there was one in
the old tablesorter
release, but unfortionatley I've deleted it.
I also t
Hi Kia,
I've tried the encode option, but get this strange error:
Updated the "packed" script and it now works.
Also, I've created these parsers (might be useful for someone). Maby you
should make custom parsers
available at your hompepage?
Thanks, when the final version is released it wil
Christian Bach wrote:
>
> That's not the case for me (the sizes are mixed up on the page).
>
> The normal one is 13.15 kb for me and the packed on is 6.73kb. If you
> pack using the Base62 encode option you can get it even smaller.
>
>
> Thanks Sam, i repacked it and got down to 5,
I've tried the encode option, but get this strange error:
missing ; before statement
[Break on this error] :'sortNumericDesc');var e='e'+i;dynamicExp+='var '+e+' =
'+s+'(a['+c+'],b['+c+']...
Also, I've created these parsers (might be useful for someone). Maby you should
make custom parsers
a
That's not the case for me (the sizes are mixed up on the page).
The normal one is 13.15 kb for me and the packed on is 6.73kb. If you
pack using the Base62 encode option you can get it even smaller.
Thanks Sam, i repacked it and got down to 5,2 KB.
Updated the page to reflect the changes:
ht
On Jul 17, 2:57 pm, "Christian Bach" <[EMAIL PROTECTED]>
wrote:
> 2007/7/17, Rick Pasotto <[EMAIL PROTECTED]>:
>
>
>
> > On Tue, Jul 17, 2007 at 03:04:59PM +0200, Christian Bach wrote:
>
> > > The new 2.0 release can be found here:
> > >http://lovepeacenukes.com/tablesorter/2.0/
>
> > Interesting
Immediately after sending the above I think I realized what the problem
is.
Each of the numeric values in that first column is wrapped in
and you're probably sorting on that. Do I need to write a parser? If so,
what might it be?
This should work:
$.tablesorter.addParser({
id: 'genericLink',
ah? let me investigate further...
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Christian Bach
Sent: mardi 17 juillet 2007 15:41
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!
excellent job christian
On Tue, Jul 17, 2007 at 11:01:55AM -0400, Rick Pasotto wrote:
>
> On Tue, Jul 17, 2007 at 03:04:59PM +0200, Christian Bach wrote:
> > After another late night, fixing a few bugs, the code is finally ready for
> > it's first beta release.
> >
> > The main new features include:
> > * Multi-column
Looks promising but I'm having a little problem with numeric sorting.
Here's my invocation and the table header.
$(function() { $("#listclubs").tablesorter(); });
ID#
Club Name
Area
Type
Charter
When the page first appears it is sorted the way I wrote it but if I
click
On Tue, Jul 17, 2007 at 03:04:59PM +0200, Christian Bach wrote:
> After another late night, fixing a few bugs, the code is finally ready for
> it's first beta release.
>
> The main new features include:
> * Multi-column sorting
> * In-line support for setting options done via the class attribute
excellent job christian,
Thanks!
i have one bug to report: consider this html
if the element contains inline styles such as:
once sorted, the style is removed.
I did a quick test, and the style attribute was not removed, perhaps the
style is over-written by a css class?
Tablesorter by
excellent job christian,
i have one bug to report: consider this html
if the element contains inline styles such as:
once sorted, the style is removed.
not a biggie, but can be annoying.
cheers!
Alexandre
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
I'm glad to see you made the multi-column sort key configurable. My
instinct
was to use the [CTRL] key, not the [SHIFT] key (although I know Outlook
uses
the [SHIFT] key.)
Tablesorter can be configured to use either SHIFT or CTRL, all though SHIFT
is default.
Here is a example on how to change
2007/7/17, Rick Pasotto <[EMAIL PROTECTED]>:
On Tue, Jul 17, 2007 at 03:04:59PM +0200, Christian Bach wrote:
>
> The new 2.0 release can be found here:
> http://lovepeacenukes.com/tablesorter/2.0/
Interesting that the packed version is twice as large as the unpacked. :-)
Yeah, packer doesn'
Christian,
>After another late night, fixing a few bugs, the code is finally ready for
>it's first beta release.
Looks really good. This seems much more responsive than the previous
version.
>The main new features include:
>* Multi-column sorting
I'm glad to see you made the multi-column sort
On Tue, Jul 17, 2007 at 03:04:59PM +0200, Christian Bach wrote:
>
> The new 2.0 release can be found here:
> http://lovepeacenukes.com/tablesorter/2.0/
Interesting that the packed version is twice as large as the unpacked. :-)
--
"When dealing with people, remember you are not dealing with cre
2007/7/17, David Duymelinck <[EMAIL PROTECTED]>:
Christian Bach schreef:
> After another late night, fixing a few bugs, the code is finally ready
> for it's first beta release.
>
> The main new features include:
> * Multi-column sorting
> * In-line support for setting options done via the class
Christian Bach schreef:
After another late night, fixing a few bugs, the code is finally ready
for it's first beta release.
The main new features include:
* Multi-column sorting
* In-line support for setting options done via the class attribute on
the TH elements.
* The plugin has been re-wr
28 matches
Mail list logo