@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
9 lines (8 loc) • 886 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 e=require("react"),l=require("../../components/icons/reorder-row-svg.js"),n=require("./GridRowReorderCellServerContainer.js"),c=require("./utils.js"),d=o=>{const{cellProps:r}=o,{tdProps:t}=c.getRowReorderCellTdProps(r);return e.createElement(n.GridRowReorderCellServerContainer,{cellProps:r},e.createElement("td",{...t,style:{touchAction:"none"}},e.createElement(l.ReorderRowIcon,null)))};exports.GridRowReorderCellServer=d;