ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

Feature Request: Pivot Table. #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is the granddaddy of all grid functionality.  The ability to be able to 
define and leverage a pivot table interface (see Excel implementations of pivot 
table functionality as reference).

I'm unaware of any sort of jQuery pivottable plugin, but if it existed, I 
imagine this would make the Excel heads very happy.

Not sure if it's possible to do this without introducing a plugin architecture 
to grid.  I expect this plugin to not be particularly light and reasonable.

Original issue reported on code.google.com by vep....@gmail.com on 12 Apr 2011 at 5:40

GoogleCodeExporter commented 9 years ago
So i just watched a bunch of videos on pivot tables. I don't think this is 
something the grid will have. If they want calculated data in some other way, 
the dev can just made a new SQL call.  That kind of information should be done 
directly on the database, not really on the client.

However I might do this later
you can select multiple columns and create a new "virtual column" in which you 
can perform calculations on. Like creating a sum column, or difference column.

Original comment by Seancla...@gmail.com on 13 Apr 2011 at 4:47