[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-03 Thread num
Back to Alexandre's first point, I just put up another version 0.2 on: http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-plugin-jtps/ which is still very alpha. I worked very hard on trying to use table-layout:fixed so that this plugin could still have the appearance of a

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Alexandre Plennevaux
very nice indeed ! 1/ when going to the last page, the table height adapts to the number of rows. It would be better that the table height does not vary i think 2/ What's the maximum amount of rows do you think it is safe to work with? I suppose beyond a certain level, the table will feel

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Mike Nichols
sweet...i implemented natural sorting in tablesorter but it never got put in so I am thrilled to see it baked into your implementation... looks good mike On Sep 1, 11:09 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: very nice indeed ! 1/ when going to the last page, the table height

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread besh
Awesome, I was just looking for such functionality recently. :) Thanks! -- Bohdan Ganicky On Sep 2, 2:09 am, num [EMAIL PROTECTED] wrote: My proof of concept http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-p... I haven't yet seen html scrolling animation like this

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Guy Fraser
Mike Nichols wrote: sweet...i implemented natural sorting in tablesorter but it never got put in so I am thrilled to see it baked into your implementation... looks good Does the natural sort work with Unicode chars (Chinese, Norwegian, etc)?

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
Alexandre, 1) Great point - I'm going to mess around with having more fixed dimensions. Nothing is fixed vertically and I want to toy around with text wrapping in an individual cell and see how that affects sizing and animation. 2) In the current iteration It seems 500 is the breaking point. The

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread faizal iqbaal
this is awesome...when can i have it for my own implementation...:) i am dying to integrate it in my site On Tue, Sep 2, 2008 at 12:16 PM, Jim Palmer [EMAIL PROTECTED] wrote: Alexandre, 1) Great point - I'm going to mess around with having more fixed dimensions. Nothing is fixed vertically

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
Guy, It appears that the natural sort works with unicode characters - at least in FF3. This is due to the fact that it uses the browser's built in comparison operators ( and ) on strings - even unicode characters. Other sorts I've seen rely on translating blocks of strings with solely [:[alpha]:]

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
I just updated my live demo on: http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-plugin-jtps/ .. to set the first column to the first 43 scripts in the ARABIC 0600 Unicode block. It appears that the sort works even on unicode+ascii strings in FF3 and IE7. I'll do some more

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread Jim Palmer
Faizal, Just plopped the current 0.1 version of the jQuery plugin code on my http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-plugin-jtps/post. I stress this is still very ALPHA and I'm going to be changing it a lot in the very near term. But have at it if you want to use it

[jQuery] Re: Proof of concept: Animated data grid/table jquery plugin with sorting and pagination and somewhat lightweight

2008-09-02 Thread faizal iqbaal
COOL..I will integrate and let you know...thanks a ton. On Tue, Sep 2, 2008 at 1:40 PM, Jim Palmer [EMAIL PROTECTED] wrote: Faizal, Just plopped the current 0.1 version of the jQuery plugin code on my http://www.overset.com/2008/08/30/animated-sortable-datagrid-jquery-plugin-jtps/post.