Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/countnazgul/qlik-sense-jquery-pivot-extension
https://github.com/countnazgul/qlik-sense-jquery-pivot-extension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/countnazgul/qlik-sense-jquery-pivot-extension
- Owner: countnazgul
- License: mit
- Created: 2014-10-30T15:05:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T06:43:38.000Z (about 10 years ago)
- Last Synced: 2024-04-14T20:18:58.156Z (9 months ago)
- Language: JavaScript
- Size: 488 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Qlik Sense jquery.pivot Extension
=================================Simple pivot Qlik Sense extension.
The extension is using [jquery.pivot](https://github.com/janusschmidt/jquery.pivot) as base.Check the [exmaple page](http://metalogic.dk/jquery.pivot/demo/demo.htm) to see it in action.
Default jquery.pivot css and images are used for the extension.
Few options are provided:
* Format - custom format of the numbers. Refer to [numeraljs](http://numeraljs.com) for format examples
* Show totals - Yes/No
* Always expanded - Yes/NoWhat need to be added:
* OnClick - clicking on value inside the pivot table need to result as selection in Sense (possible in jquery.pivot api)
* If possible to change Totals position - Top or Bottom
* Dimension click - make selection by clicking on dimension value in the table (not provided by jquery.pivot api. need checking/implementing)![Screenshot](https://cloud.githubusercontent.com/assets/22850/4894534/b36f2350-63d4-11e4-8a6c-6ebb6f794d69.png "Screenshot")