UNPKG

@progress/kendo-react-grid

Version:

React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package

9 lines (8 loc) 717 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@progress/kendo-react-common"),d=l=>{const{colSpan:o,ariaColIndex:r,unstyled:e}=l,s=e&&e.uGrid?e.uGrid:t.uGrid;return{tdProps:{className:t.classNames(s.detailTd({})),colSpan:o,"aria-colindex":r,role:"gridcell"}}};exports.getDetailCellTdProps=d;