{"id":26708445,"url":"https://github.com/flexmonster/pivot-vue","last_synced_at":"2025-10-27T08:11:29.010Z","repository":{"id":48179066,"uuid":"226421721","full_name":"flexmonster/pivot-vue","owner":"flexmonster","description":"Vue pivot grid example with Flexmonster","archived":false,"fork":false,"pushed_at":"2025-08-28T15:53:14.000Z","size":962,"stargazers_count":18,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-28T22:38:15.979Z","etag":null,"topics":["npm","npm-package","pivot-tables","vue","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"https://www.flexmonster.com","language":"Vue","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,"zenodo":null}},"created_at":"2019-12-06T22:29:26.000Z","updated_at":"2025-08-28T15:53:17.000Z","dependencies_parsed_at":"2024-11-08T15:25:42.519Z","dependency_job_id":"6275f8bf-a8bb-4bfc-835c-2ac4e616694b","html_url":"https://github.com/flexmonster/pivot-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flexmonster/pivot-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/pivot-vue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281235352,"owners_count":26466188,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["npm","npm-package","pivot-tables","vue","vue-components","vuejs"],"created_at":"2025-03-27T07:18:25.687Z","updated_at":"2025-10-27T08:11:29.004Z","avatar_url":"https://github.com/flexmonster.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue pivot table | Flexmonster Pivot Table \u0026 Charts sample project with Vue 3, Nuxt, and Vue 2\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/readmes/vue.webp)](https://www.flexmonster.com?r=sample_vue)\nWebsite: [flexmonster.com](https://www.flexmonster.com?r=sample_vue)\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 Vue data visualization project. The tool supports popular frameworks like React, Vue, Angular, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_vue). Also, Flexmonster connects to [any data source](https://www.flexmonster.com/doc/supported-data-sources?r=sample_vue), including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch. \n\nThis repository contains sample [Vue 3](https://vuejs.org/), [Nuxt](https://nuxt.com/), and [Vue 2](https://v2.vuejs.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\n- [Node.js](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-vue.git \u0026\u0026 cd pivot-vue\n```\n\n2. Choose one of the following projects:\n\n    - To work with the **Vue 3** application, go to the `vue3/ES6` folder:\n\n    ```bash\n    cd vue3/ES6\n    ```\n     or to the `vue3/typescript` folder:\n    \n    ```bash\n    cd vue3/typescript\n    ```\n\n    - For the **Nuxt** application, go to the `nuxt` folder:\n    ```bash\n    cd nuxt\n    ```\n\n    - To see how the **Vue 2** application works, run the following command:\n\n    ```bash\n    cd vue2/ES6\n    ```\n    or \n    \n    ```bash\n    cd vue2/typescript\n    ```\n\n2. 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 the project in your browser.\n\n## What is inside the projects\n\nVue sample projects contain several examples of Flexmonster Pivot usage and customization:\n\n- **Pivot table demo** shows how to define the `report`, `toolbar`, and other initialization parameters in the pivot grid for Vue.\n- **Pivot table demo (Options API)** is an example of how to embed Flexmonster in a Vue 3 project using Options API.\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 refreshing data at runtime using the `updateData()` method.\n- **Customizing the Toolbar** shows how to customize the Toolbar.\n- **Customizing the grid** illustrates 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 Vue 3:\n- [Integration with Vue 3](https://www.flexmonster.com/doc/integration-with-vue-3/?r=sample_vue) — learn how to integrate Flexmonster into a Vue 3 project.\n- [Usage examples in Vue 3](https://www.flexmonster.com/doc/usage-examples-vue-3/?r=sample_vue) — see details on Flexmonster usage in Vue 3.\n\nFor Nuxt:\n- [Integration with Nuxt](https://www.flexmonster.com/doc/integration-with-nuxt/?r=sample_vue) — learn how to integrate Flexmonster into a Nuxt project.\n\nFor Vue 2:\n- [Integration with Vue 2](https://www.flexmonster.com/doc/integration-with-vue-2/?r=sample_vue) — learn how to integrate Flexmonster into a Vue 2 project.\n- [Usage examples in Vue 2](https://www.flexmonster.com/doc/usage-examples-vue-2/?r=sample_vue) — see details on Flexmonster usage in Vue 2.\n\n## Support and feedback\n\nIn case of any issues, visit our [Troubleshooting](https://www.flexmonster.com/doc/typical-errors?r=sample_vue) section. You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_vue) for a solution to your issue.\n\nTo share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center?r=sample_vue). You can also find a list of samples, technical specifications, and a user interface guide there.\n\n## Flexmonster licensing\n\nThese sample projects are released under the MIT license (free and open-source). Also, they use the [Flexmonster Vue wrapper](https://github.com/flexmonster/vue-flexmonster), which is governed by the Flexmonster Software License Agreement: [https://www.flexmonster.com/software-license-agreement/](https://www.flexmonster.com/software-license-agreement/?r=sample_vue).\n\nFlexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/?r=sample_vue).\n\nIf you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team/?r=sample_vue), 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-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fpivot-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-vue/lists"}