{"id":26708448,"url":"https://github.com/flexmonster/pivot-react","last_synced_at":"2025-04-13T16:22:29.130Z","repository":{"id":45146725,"uuid":"73303653","full_name":"flexmonster/pivot-react","owner":"flexmonster","description":"React pivot table example with Flexmonster","archived":false,"fork":false,"pushed_at":"2025-01-07T10:02:08.000Z","size":1854,"stargazers_count":29,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T02:01:47.835Z","etag":null,"topics":["framework","frontend-app","pivot-grid","pivot-tables","react","react-framework"],"latest_commit_sha":null,"homepage":"https://www.flexmonster.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexmonster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-09T16:59:06.000Z","updated_at":"2025-01-07T10:02:12.000Z","dependencies_parsed_at":"2024-04-16T10:35:58.709Z","dependency_job_id":"e4c603d3-4712-40e5-9513-a029115d0013","html_url":"https://github.com/flexmonster/pivot-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/pivot-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741851,"owners_count":21154389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","frontend-app","pivot-grid","pivot-tables","react","react-framework"],"created_at":"2025-03-27T07:18:26.739Z","updated_at":"2025-04-13T16:22:29.110Z","avatar_url":"https://github.com/flexmonster.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React pivot grid | Flexmonster Pivot Table \u0026 Charts sample project with React\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/readmes/react.webp)](https://www.flexmonster.com?r=sample_react)\nWebsite: [flexmonster.com](https://www.flexmonster.com?r=sample_react)\n\n[![Github Stars](https://img.shields.io/github/stars/flexmonster?style=social)](https://github.com/flexmonster) [![Twitter](https://img.shields.io/twitter/follow/Flexmonster?style=social)](https://twitter.com/Flexmonster)\n\n## Flexmonster Pivot Table \u0026 Charts\nFlexmonster Pivot Table \u0026 Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your React data visualization project. The tool supports popular frameworks like Angular, React, Vue, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_react). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch. \n\nThis repository contains sample [Next.js](https://nextjs.org/) and [React](https://reactjs.org/) projects for Flexmonster Pivot Table \u0026 Charts.\n\nTable of contents:\n\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n* [What is inside the project](#what-is-inside-the-project)\n* [Related Flexmonster docs](#related-flexmonster-docs)\n* [Support and feedback](#support-and-feedback)\n* [Flexmonster licensing](#flexmonster-licensing)\n* [Social media](#social-media)\n\n## Prerequisites\n\nFor Next.js:\n- [Node.js 18.18.0 or later](https://nodejs.org/en/)\n\nFor ES6/TypeScript:\n- [Node.js 14.0 or later](https://nodejs.org/en/)\n\n## Installation\n\n1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:\n\n```bash\ngit clone https://github.com/flexmonster/pivot-react.git \u0026\u0026 cd pivot-react\n```\n\n2. Choose one of the following projects:\n    \n    - To work with the **Next.js + TypeScript** project, go to the `nextjs-ts/` folder:\n    \n    ```bash\n    cd nextjs-ts\n    ```\n    - Try out the **React + ES6** project with the following command:\n    ```bash\n    cd ES6\n    ```\n    - To see how the **React + TypeScript** project works, run the following command:\n    ```bash\n    cd typescript\n    ```\n\n3. Install the npm dependencies described in `package.json`:\n\n```bash\nnpm install\n```\n\n4. Run the sample project:\n\n```bash\nnpm start \n```\n\nTo see the result, open `http://localhost:3000/` in your browser.\n\n## What is inside the project\n\nReact sample project contains several examples of Flexmonster Pivot usage and customization:\n\n- **Pivot table demo** shows how to define the `report`, `toolbar`, `width`, `height`, `beforetoolbarcreated`, and `shareReportConnection` initialization parameters in the pivot grid for React. \n- **Handling events** demonstrates how to subscribe to events and unsubscribe from them. \n- **Using API calls** illustrates how to use Flexmonster's methods. \n- **Updating data** is an example of using the `updateData()` method.\n- **Customizing the Toolbar** illustrates how to customize the Toolbar.\n- **Customizing the grid** shows how to customize the pivot table using the `customizeCell()` API call.\n- **Integration with Highcharts** demonstrates how to integrate with the Highcharts charting library.\n- **Integration with amCharts** is an example of integration with the amCharts charting library.\n  \nYou can try all of these examples right from the project’s starting page.\n\n## Related Flexmonster docs\n\nFor Next.js:\n- [Integration with Next.js](https://www.flexmonster.com/doc/integration-with-next-js/?r=sample_react) — learn how to integrate Flexmonster into a Next.js project.\n- [Usage examples in Next.js](https://www.flexmonster.com/doc/usage-examples-next-js/?r=sample_react) — see details on Flexmonster usage in Next.js.\n\nFor ES6/TypeScript:\n- [Integration with React](https://www.flexmonster.com/doc/integration-with-react/?r=sample_react) — learn how to integrate Flexmonster into a React project.\n- [Usage examples in React](https://www.flexmonster.com/doc/usage-examples-react/?r=sample_react) — see details on Flexmonster usage in React.\n\n## Support and feedback\n\nIn case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=sample_react). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_react) for a solution to your problem.\n\nTo share your feedback or ask questions, contact our Tech team by raising a ticket on [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=sample_react). You can also find a list of samples, technical specifications, and a user interface guide there.\n\n## Flexmonster licensing\n\nThis sample project uses [Flexmonster React wrapper](https://github.com/flexmonster/react-flexmonster), which is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.\n\nTo learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=sample_react). \nIf you want to test our product, we provide a 30-day free trial.\n\nIf you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=sample_react), and we will get in touch with you.\n\n## Social media\n\nFollow us on social media and stay updated on our development process!\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/company/flexmonster) [![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/user/FlexMonsterPivot) [![Twitter](https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/flexmonster)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fpivot-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-react/lists"}