All Projects → WebDataRocks → pivot-react

WebDataRocks / pivot-react

Licence: other
Integration example of WebDataRocks web reporting tool with React framework

Programming Languages

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

Projects that are alternatives of or similar to pivot-react

pivot-angular
Integration example of WebDataRocks web reporting tool with Angular 2+ framework
Stars: ✭ 30 (-9.09%)
Mutual labels:  integration, pivot-tables, reports, pivot-grid, pivot, reporting-tool
pivot-vue
Integration example of WebDataRocks web reporting tool with the Vue framework
Stars: ✭ 17 (-48.48%)
Mutual labels:  integration, pivot-tables, reports, pivot-grid
PivotHelper
PivotHelper is a utility web app that generates Pivot tables and charts from CSV files and Microsoft Excel spreadsheets.
Stars: ✭ 26 (-21.21%)
Mutual labels:  pivot-tables, pivot-grid, pivot
Jqgrid
jQuery grid plugin
Stars: ✭ 2,803 (+8393.94%)
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 (+11430.3%)
Mutual labels:  pivot-tables, pivot-grid
pivot-react
Integration of Flexmonster Pivot Table & Charts with React framework
Stars: ✭ 23 (-30.3%)
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 (+6.06%)
Mutual labels:  pivot-tables, pivot-grid
S2
⚡️ Practical analytical Table rendering core lib.
Stars: ✭ 818 (+2378.79%)
Mutual labels:  pivot-tables, pivot-grid
zen knit
Zen-Knit is a formal (PDF), informal (HTML) report generator for data analyst and data scientist who wants to use python. RMarkdown Alternative for Python
Stars: ✭ 27 (-18.18%)
Mutual labels:  reports, reporting-tool
pyreports
pyreports is a python library that allows you to create complex report from various sources
Stars: ✭ 78 (+136.36%)
Mutual labels:  reports, reporting-tool
OLAP-cube
is an hypercube of data
Stars: ✭ 23 (-30.3%)
Mutual labels:  pivot-tables, pivot
SyliusReportPlugin
Report Plugin for Sylius. This plugin add a report interface to the Sylius administration. Some reports comes with this bundle but you can create your custom reports.
Stars: ✭ 25 (-24.24%)
Mutual labels:  reports, reporting-tool
k8s-vault-webhook
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers
Stars: ✭ 107 (+224.24%)
Mutual labels:  integration
djcra
Django ❤️ create-react-app integration example
Stars: ✭ 12 (-63.64%)
Mutual labels:  integration
spring4-hibernate5-example
Spring 4 and Hibernate 5 integration example using annotations.
Stars: ✭ 16 (-51.52%)
Mutual labels:  integration
Tuya-v2-Supported-Devices
A collection of all of the known working Tuya v2 Devices
Stars: ✭ 30 (-9.09%)
Mutual labels:  integration
document-server-integration
Examples on how to integrate ONLYOFFICE Document Server into your own website or application
Stars: ✭ 68 (+106.06%)
Mutual labels:  integration
reports
UI for created and download reports in Laravel
Stars: ✭ 13 (-60.61%)
Mutual labels:  reports
camel-quarkus-examples
Apache Camel Quarkus Examples
Stars: ✭ 37 (+12.12%)
Mutual labels:  integration
Quadrature.jl
A common interface for quadrature and numerical integration for the SciML scientific machine learning organization
Stars: ✭ 83 (+151.52%)
Mutual labels:  integration

WebDataRocks integration with React framework

This repository holds a sample integration project of WebDataRocks reporting tool with the React framework.

Get WebDataRocks

WebDataRocks is a free reporting tool. Get it here.

Run this project

  1. Download or clone this sample project from GitHub:

    • Get React + ES6 project:
    git clone https://github.com/WebDataRocks/pivot-react && cd pivot-react/ES6
    
    • Get React + TypeScript project:
    git clone https://github.com/WebDataRocks/pivot-react && cd pivot-react/typescript
    
  2. Install npm packages by running in the console:

npm install
  1. Run your application:
npm start

Your application will run at http://localhost:3000/.

Learn more about integration with React

For detailed instructions on the integration, please refer to this tutorial: Integration with React.

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