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