@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
15 lines (14 loc) • 671 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { TABLE_COL_INDEX_ATTRIBUTE as E, TABLE_PREVENT_SELECTION_ELEMENT as T, TABLE_ROW_INDEX_ATTRIBUTE as _ } from "@progress/kendo-react-data-tools";
const R = _, N = E, L = T;
export {
N as GRID_COL_INDEX_ATTRIBUTE,
L as GRID_PREVENT_SELECTION_ELEMENT,
R as GRID_ROW_INDEX_ATTRIBUTE
};