@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
9 lines (8 loc) • 821 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@progress/kendo-react-common"),s=e=>{const l=o.classNames("k-table-td",e.className);return{tdProps:{colSpan:e.colSpan,style:e.style,className:l,"aria-colindex":e.ariaColumnIndex,role:"gridcell"}}},a=e=>{var l,t;return(t=(l=e.cells)==null?void 0:l.select)==null?void 0:t[e.rowType||"data"]};exports.getCustomCell=a;exports.getSelectionCellTdProps=s;