Re: [Dhis2-devs] JQuery table sorter

2010-05-09 Thread Knut Staring
Have given it a go for facilities - even Chrome couldn't really handle a table of 6700 for Kenya, though, so had to select one province. You can see it here (click, then default login to DHIS2, then click again): http://109.74.202.200:8080/ke/MFL/mfl.html k On Sat, May 8, 2010 at 7:49 PM, Knut

Re: [Dhis2-devs] JQuery table sorter

2010-05-09 Thread Jo Størset
Den 9. mai 2010 kl. 16.53 skrev Knut Staring: Have given it a go for facilities - even Chrome couldn't really handle a table of 6700 for Kenya, though, so had to select one province. You can see it here (click, then default login to DHIS2, then click again):

Re: [Dhis2-devs] JQuery table sorter

2010-05-09 Thread Bob Jolliffe
Maximum Tries exceeded... Please try after 0 mins :-( On 9 May 2010 15:53, Knut Staring knu...@gmail.com wrote: Have given it a go for facilities - even Chrome couldn't really handle a table of 6700 for Kenya, though, so had to select one province. You can see it here (click, then default

Re: [Dhis2-devs] JQuery table sorter

2010-05-09 Thread Knut Staring
On Sun, May 9, 2010 at 5:24 PM, Jo Størset stor...@gmail.com wrote: Den 9. mai 2010 kl. 16.53 skrev Knut Staring: Have given it a go for facilities - even Chrome couldn't really handle a table of 6700 for Kenya, though, so had to select one province. You can see it here (click, then default

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Knut Staring
I have now added maps for (most of) the ports, showing OpenLayers with OpenStreetMap in an iframe inside the table. This could be quite cool for health facilities also. http://bit.ly/aNVA9i k On Thu, May 6, 2010 at 3:28 PM, Jason Pickering jason.p.picker...@gmail.com wrote: Wow. datatables.net

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Bob Jolliffe
That looks pretty cool. How easy is it to work with the table widget. Shallow learning curve I hope? On 8 May 2010 18:49, Knut Staring knu...@gmail.com wrote: I have now added maps for (most of) the ports, showing OpenLayers with OpenStreetMap in an iframe inside the table. This could be

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Knut Staring
On Sat, May 8, 2010 at 8:04 PM, Bob Jolliffe bobjolli...@gmail.com wrote: That looks pretty cool.  How easy is it to work with the table widget.  Shallow learning curve I hope? For what I have done, yes, I have mainly modified an example. But I have not linked it to any serverside, this is all

Re: [Dhis2-devs] JQuery table sorter

2010-05-08 Thread Knut Staring
On Sat, May 8, 2010 at 8:33 PM, Knut Staring knu...@gmail.com wrote: Unfortunately, I just discovered the clever javascript trick for the zooming of the map URL doesn't work in IE, not even IE8 :-( Fixed that, was caused by a superfluous trailing comma. Even works in IE6, though a bit

Re: [Dhis2-devs] JQuery table sorter

2010-05-06 Thread Bob Jolliffe
The jquery table sorter is quite cool but also a bit limited as it is restricted to using html tables in the dom as its model and doesn't naturally lend itself to server side pagination - though can be coaxed no doubt. http://datatables.net/index looks much better. All the features of the above

Re: [Dhis2-devs] JQuery table sorter

2010-05-06 Thread Jason Pickering
Wow. datatables.net examples look very slick. Would really like to see this integrated into DHIS2! On Thu, May 6, 2010 at 2:48 PM, Bob Jolliffe bobjolli...@gmail.com wrote: The jquery table sorter is quite cool but also a bit limited as it is restricted to using html tables in the dom as its

Re: [Dhis2-devs] JQuery table sorter

2010-05-06 Thread Knut Staring
On Thu, May 6, 2010 at 3:28 PM, Jason Pickering jason.p.picker...@gmail.com wrote: Wow. datatables.net examples look very slick. Would really like to see this integrated into DHIS2! It is really nice. Thanks to the tip from Bob, I have now updated the ports example and moved it:

[Dhis2-devs] JQuery table sorter

2010-05-05 Thread Knut Staring
On the topic of paging and long lists, I just added 1700 rows to an HTML page with the Jquery table sorter plugin, and it seems very performant: http://109.74.202.200:8080/who_ihr_poe/out/docs/ports.html -- Cheers, Knut Staring ___ Mailing list:

Re: [Dhis2-devs] JQuery table sorter

2010-05-05 Thread Knut Staring
Notice you can sort on all the table headings. On Thu, May 6, 2010 at 1:43 AM, Knut Staring knu...@gmail.com wrote: On the topic of paging and long lists, I just added 1700 rows to an HTML page with the Jquery table sorter plugin, and it seems very performant: