@progress/kendo-react-data-tools
Version:
Includes React Pager & React Filter component, an intuitive interface to create complex filter descriptions. KendoReact Data Tools package
14 lines (13 loc) • 584 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
*-------------------------------------------------------------------------------------------
*/
const E = "data-grid-row-index", T = "data-grid-col-index", t = "data-prevent-selection";
export {
T as TABLE_COL_INDEX_ATTRIBUTE,
t as TABLE_PREVENT_SELECTION_ELEMENT,
E as TABLE_ROW_INDEX_ATTRIBUTE
};