
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
@imc-trading/react-pivottable
Advanced tools
This is a fork of [plotly/react-pivottable](https://github.com/plotly/react-pivottable). The original implementation is no longer maintained and has [a bug](https://github.com/plotly/react-pivottable/issues/150) if used with React 18.
This is a fork of plotly/react-pivottable.
The original implementation is no longer maintained and has a bug if used with React 18.
hideControls
prop allows you to hide controls.npm install @imc-trading/react-pivottable react-plotly.js
import { createRoot } from "react-dom/client";
import Plotly from "react-plotly.js";
import {
PivotTableUI,
createPlotlyRenderers,
TableRenderers,
} from "@imc-trading/react-pivottable";
import "@imc-trading/react-pivottable/pivottable.css";
const PlotlyRenderers = createPlotlyRenderers(Plotly); // or createPlotlyRenderers(window.Plotly)
const data = [
["attribute", "attribute2"],
["value1", "value2"],
];
function App() {
const [pivottableState, setPivottableState] = useState({});
return (
<PivotTableUI
data={data}
onChange={(s) => setPivottableState(s)}
renderers={{ ...TableRenderers, ...PlotlyRenderers }}
{...pivottableState}
/>
);
}
createRoot(document.getElementById("root")!).render(<App />);
FAQs
This is a fork of [plotly/react-pivottable](https://github.com/plotly/react-pivottable). The original implementation is no longer maintained and has [a bug](https://github.com/plotly/react-pivottable/issues/150) if used with React 18.
The npm package @imc-trading/react-pivottable receives a total of 98 weekly downloads. As such, @imc-trading/react-pivottable popularity was classified as not popular.
We found that @imc-trading/react-pivottable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.