All Projects → nagarajanchinnasamy → Subtotal

nagarajanchinnasamy / Subtotal

Licence: mit
A JavaScript plugin for PivotTable.js. It renders subtotals of rows and columns with the ability to expand and collapse rows and columns

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Subtotal

pivot-angular
Integration example of WebDataRocks web reporting tool with Angular 2+ framework
Stars: ✭ 30 (-63.86%)
Mutual labels:  pivot-tables
pivot-react
Integration example of WebDataRocks web reporting tool with React framework
Stars: ✭ 33 (-60.24%)
Mutual labels:  pivot-tables
Luckysheet
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Stars: ✭ 9,772 (+11673.49%)
Mutual labels:  pivot-tables
pivottabler
Create Pivot Tables natively in R
Stars: ✭ 108 (+30.12%)
Mutual labels:  pivot-tables
pivot-vue
Integration example of WebDataRocks web reporting tool with the Vue framework
Stars: ✭ 17 (-79.52%)
Mutual labels:  pivot-tables
Jqgrid
jQuery grid plugin
Stars: ✭ 2,803 (+3277.11%)
Mutual labels:  pivot-tables
pivot-react
Integration of Flexmonster Pivot Table & Charts with React framework
Stars: ✭ 23 (-72.29%)
Mutual labels:  pivot-tables
Expss
expss: Tables and Labels in R
Stars: ✭ 65 (-21.69%)
Mutual labels:  pivot-tables
Movie Recommendation Engine
Movie Recommender based on the MovieLens Dataset (ml-100k) using item-item collaborative filtering.
Stars: ✭ 21 (-74.7%)
Mutual labels:  pivot-tables
React Pivottable
React-based drag'n'drop pivot table with Plotly.js charts
Stars: ✭ 728 (+777.11%)
Mutual labels:  pivot-tables
vue-flexmonster
Vue Module for Flexmonster Pivot Table & Charts
Stars: ✭ 16 (-80.72%)
Mutual labels:  pivot-tables
OLAP-cube
is an hypercube of data
Stars: ✭ 23 (-72.29%)
Mutual labels:  pivot-tables
Pivottable
Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
Stars: ✭ 3,805 (+4484.34%)
Mutual labels:  pivot-tables
web-pivot-table
A feature-rich JS pivot grid library for creating interactive reports. Integrates with any front-end technology
Stars: ✭ 35 (-57.83%)
Mutual labels:  pivot-tables
Janitor
simple tools for data cleaning in R
Stars: ✭ 981 (+1081.93%)
Mutual labels:  pivot-tables
PivotHelper
PivotHelper is a utility web app that generates Pivot tables and charts from CSV files and Microsoft Excel spreadsheets.
Stars: ✭ 26 (-68.67%)
Mutual labels:  pivot-tables
Quicksand
Easily schedule regular cleanup of old soft-deleted Eloquent data.
Stars: ✭ 259 (+212.05%)
Mutual labels:  pivot-tables
Montreal
A directory of companies, people, and projects that are Open Source and from Montréal.
Stars: ✭ 77 (-7.23%)
Mutual labels:  pivot-tables
Quick Pivot
Quickly format data to create a pivot table
Stars: ✭ 50 (-39.76%)
Mutual labels:  pivot-tables
Jupyter pivottablejs
Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
Stars: ✭ 428 (+415.66%)
Mutual labels:  pivot-tables

npm tests license

Subtotal.js

Subtotal.js is a JavaScript plugin for PivotTable.js. It renders rows and columns of a pivot table with subtotals and lets the user expand or collapse rows and columns.

Subtotal.js is available under an MIT license from NPM and Bower under the name subtotal. On packagist.org, it is nagarajanchinnasamy/subtotal.

image

Where can I see the demo?

You can see the live demo at examples page.

How can I get started?

To know how to load and use this library, please refer to Getting Started Wiki Page

API Documentation?

Please refer to Wiki Pages

How can I build the code and run the tests?

To install the development dependencies, just run npm install, which will create a node_modules directory with the files required to run the Gulp build system.

After modifying any of the .coffee files at the top of the repo, you can compile/minify the files into the dist directory by running npm run build

Once that's done, you can point your browser to tests/index.html to run the Jasmine test suite. You can view the current test results here.

The easiest way to modify the code and work with the examples is to leave a node_modules/gulp/bin/gulp.js watch serve command running, which will automatically compile the CoffeeScript files when they are modified and will also run a local web server you can connect to to run the tests and examples.

How can I contribute?

Pull requests are welcome! Here are some Contribution Guidelines.

I have a question, how can I get in touch?

Please first check the issues that are already raised and if you can't find what you're looking for there, then please create a GitHub Issue. When creating an issue, please try to provide a replicable test case so that others can more easily help you.

Copyright & Licence (MIT License)

Subtotal.js is © 2016 Nagarajan Chinnasamy, Mindtree, other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].