{"id":29130681,"url":"https://github.com/flexmonster/pivot-svelte","last_synced_at":"2025-06-30T04:33:30.613Z","repository":{"id":295592110,"uuid":"982623815","full_name":"flexmonster/pivot-svelte","owner":"flexmonster","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-26T10:20:55.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-26T11:42:05.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","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":"2025-05-13T07:03:54.000Z","updated_at":"2025-05-26T10:20:58.000Z","dependencies_parsed_at":"2025-05-26T11:54:36.494Z","dependency_job_id":null,"html_url":"https://github.com/flexmonster/pivot-svelte","commit_stats":null,"previous_names":["flexmonster/pivot-svelte"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flexmonster/pivot-svelte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/pivot-svelte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-svelte/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262710162,"owners_count":23351945,"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":[],"created_at":"2025-06-30T04:32:12.893Z","updated_at":"2025-06-30T04:33:30.599Z","avatar_url":"https://github.com/flexmonster.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte pivot table | Flexmonster Pivot Table \u0026 Charts sample project with Svelte\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/readmes/svelte.png)](https://www.flexmonster.com?r=sample_svelte)\nWebsite: [flexmonster.com](https://www.flexmonster.com?r=sample_svelte)\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 Svelte 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_svelte). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch. \n\nThis repository contains a sample [Svelte](https://svelte.dev/) project 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 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-svelte.git \u0026\u0026 cd pivot-svelte\n```\n\n2. Install the npm dependencies described in `package.json`:\n\n```bash\nnpm install\n```\n\n3. Run the sample project:\n\n```bash\nnpm start \n```\n\nTo see the result, open `http://localhost:5173/` in your browser.\n\n## What is inside the project\n\nSvelte sample project contains 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 Svelte. \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\n- [Integration with Svelte](https://www.flexmonster.com/doc/integration-with-svelte/?r=sample_svelte) — learn how to integrate Flexmonster into a Svelte project.\n- [Usage examples in Svelte](https://www.flexmonster.com/doc/usage-examples-svelte/?r=sample_svelte) — see details on Flexmonster usage in Svelte.\n\n## Support and feedback\n\nIn case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=sample_svelte). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_svelte) 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_svelte). 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 Svelte wrapper](https://github.com/flexmonster/svelte-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_svelte). \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_svelte), 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-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fpivot-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-svelte/lists"}