@progress/kendo-react-pivotgrid
Version:
React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid package
26 lines (25 loc) • 727 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import * as o from "react";
import { noop as e } from "@progress/kendo-react-common";
const t = o.createContext([
{
expanded: [],
rowAxes: [],
columnAxes: [],
measureAxes: [],
dragItem: null,
dropZone: null,
dropDirection: null,
dropTarget: null
},
e
]);
export {
t as PivotGridConfiguratorEditorStateContext
};