All Projects → flexmonster → pivot-react

flexmonster / pivot-react

Licence: other
Integration of Flexmonster Pivot Table & Charts with React framework

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to pivot-react

PivotHelper
PivotHelper is a utility web app that generates Pivot tables and charts from CSV files and Microsoft Excel spreadsheets.
Stars: ✭ 26 (+13.04%)
Mutual labels:  pivot-tables, pivot-grid
Pivottable
Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
Stars: ✭ 3,805 (+16443.48%)
Mutual labels:  pivot-tables, pivot-grid
Jqgrid
jQuery grid plugin
Stars: ✭ 2,803 (+12086.96%)
Mutual labels:  pivot-tables, pivot-grid
pivot-angular
Integration example of WebDataRocks web reporting tool with Angular 2+ framework
Stars: ✭ 30 (+30.43%)
Mutual labels:  pivot-tables, pivot-grid
web-pivot-table
A feature-rich JS pivot grid library for creating interactive reports. Integrates with any front-end technology
Stars: ✭ 35 (+52.17%)
Mutual labels:  pivot-tables, pivot-grid
pivot-vue
Integration example of WebDataRocks web reporting tool with the Vue framework
Stars: ✭ 17 (-26.09%)
Mutual labels:  pivot-tables, pivot-grid
S2
⚡️ Practical analytical Table rendering core lib.
Stars: ✭ 818 (+3456.52%)
Mutual labels:  pivot-tables, pivot-grid
pivot-react
Integration example of WebDataRocks web reporting tool with React framework
Stars: ✭ 33 (+43.48%)
Mutual labels:  pivot-tables, pivot-grid
React Pivottable
React-based drag'n'drop pivot table with Plotly.js charts
Stars: ✭ 728 (+3065.22%)
Mutual labels:  pivot-tables
Laravel Json Schema
Create all your migrations and models from one JSON schema file.
Stars: ✭ 101 (+339.13%)
Mutual labels:  pivot-tables
Jupyter pivottablejs
Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
Stars: ✭ 428 (+1760.87%)
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 (+42386.96%)
Mutual labels:  pivot-tables
Generators
Laravel File Generators with config and publishable stubs
Stars: ✭ 102 (+343.48%)
Mutual labels:  pivot-tables
Vue Pivot Table
A vue component for pivot table
Stars: ✭ 162 (+604.35%)
Mutual labels:  pivot-tables
Quicksand
Easily schedule regular cleanup of old soft-deleted Eloquent data.
Stars: ✭ 259 (+1026.09%)
Mutual labels:  pivot-tables
Ej2 Vue Ui Components
Syncfusion Vue UI component library offer more than 50+ cross-browser, responsive, and lightweight vue UI controls for building modern web applications.
Stars: ✭ 182 (+691.3%)
Mutual labels:  pivot-tables
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (+591.3%)
Mutual labels:  pivot-tables
Subtotal
A JavaScript plugin for PivotTable.js. It renders subtotals of rows and columns with the ability to expand and collapse rows and columns
Stars: ✭ 83 (+260.87%)
Mutual labels:  pivot-tables
Montreal
A directory of companies, people, and projects that are Open Source and from Montréal.
Stars: ✭ 77 (+234.78%)
Mutual labels:  pivot-tables
Blazor Samples
Explore and learn Syncfusion Blazor components using large collection of demos, example applications and tutorial samples
Stars: ✭ 156 (+578.26%)
Mutual labels:  pivot-tables

Flexmonster Pivot Table & Charts integration with React framework

Flexmonster Pivot Table & Charts Website: www.flexmonster.com

Flexmonster Pivot Table & Charts

Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.

This repository holds the source code for a simple React and Flexmonster Pivot Table & Charts project:

Prerequisites

To run a simple application with the React pivot table, you will need Node.js and npm. Get them here if they're not already installed on your machine.

Installation

  1. Download the .zip archive with the sample project or clone it from GitHub with the following command:
git clone https://github.com/flexmonster/pivot-react.git && cd pivot-react
  1. Choose one of the following projects:

    • To work with the React+ES6 application, go to the ES6/ folder:
    cd ES6
    • To see how the React+TypeScript application works, run the following command:
    cd typescript
  2. Install the npm packages described in package.json:

npm install
  1. Run the sample project:
npm start 

To see the result, open http://localhost:3000/ in your browser.

Usage

For details on usage, refer to the Flexmonster integration with React tutorial.

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].