[wdmmg-discuss] feature request for data.wdmmg

Donovan Hide donovanhide at gmail.com
Wed Nov 24 15:03:16 UTC 2010


> I think a key requirement for any plugin we use to display these large
> quantities of data is filterable columns.
> By this I mean drop-downs in the column headers, as in the Guardian's
> data explorer:
>
> http://www.guardian.co.uk/politics/government-spending-data/search?q=capita&order=desc&page=1
>
> It's very handy if you have more results than you can instantly scan.
> Any idea if ext can do this?
>

Hi again,

FIltering is possible by clicking the arrows that appear in the headers:

http://dev.sencha.com/deploy/dev/examples/grid-filtering/grid-filter-local.html

The buffered view is great for scrolling through stacks of data:

http://dev.sencha.com/deploy/dev/examples/grid/buffer.html

The main decision is whether to do the filtering, sorting and grouping
on the server or in the client. Ext.js is good for doing both methods,
and javascript is pretty fast these days!

http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.JsonReader

Is the workhorse of the server-client communication.

A disadvantage of ext.js is that it tends to look a bit blue and
business-like. There are some themes available, but if they don't fit
the design it can be a bit of challenge to style the css.

Hope that helps,

Donny.




More information about the openspending mailing list