The Pivot Table web-based component render a DHTML pivot table in browser.
It consist of two parts:
- Server side part is a Windows COM control (pnnPTableLight.dll)
- Client side part is JavaScript script (pnntable.js).
The server side control prepares DHTML code for rendering pivot table.
The script pnntable.js manages the pivot table behaviour in browser.
The pivot table component allows drag-n-drop and drill up/down operations over the table.
For more details looks at pnnPTableLight documentation.
|