SkillAgentSearch skills...

Webpivottable

Pure Javascript Pivot table and Pivot Chart Component

Install / Use

/learn @bright-sea/Webpivottable
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebPivotTable (WPT)

WebPivotTable is a professional-grade pivot table and pivot chart Web Component.

Self-Host / Downloads

This repository contains the latest bundled code for WebPivotTable. Users can download the self-hosted zip or the entire directory directly from here to use in their own environments.

Community & Support

This is a public space for:

  • Bug Reports: Please open a new Issue.
  • Questions/Discussions: Please start a new Discussion.

For more information, documentation, and live examples, please visit our official website: webpivottable.com.


Quick Start

You can integrate WebPivotTable into any web page without framework dependencies using a single <script> tag.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>WebPivotTable Quick Start</title>
  <script type="module" src="https://cdn.webpivottable.com/wpt/latest/wpt.js"></script>
</head>
<body>
  <div style="width: 100%; height: 500px;">
    <web-pivot-table></web-pivot-table>
  </div>
</body>
</html>

For more advanced configurations, including React/Vue integration or npm usage, please check the official documentation.


License

© 2026 Brightsea Inc.

Related Skills

View on GitHub
GitHub Stars74
CategoryDevelopment
Updated22d ago
Forks21

Languages

JavaScript

Security Score

80/100

Audited on Mar 8, 2026

No findings