@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
18 lines (17 loc) • 668 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 { headersReducer as n } from "@progress/kendo-pivotgrid-common";
import { HEADERS_ACTION as f } from "@progress/kendo-pivotgrid-common";
const H = (e, s, r) => [e, (t, d) => {
const o = n(e, { ...t, tree: s });
r && r(o, d);
}];
export {
f as HEADERS_ACTION,
H as useHeaders
};