@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
22 lines (21 loc) • 746 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";
import { useTableKeyboardNavigation as i } from "@progress/kendo-react-data-tools";
import { useContextMenuHandler as a, usePositionStyle as l } from "../hooks.mjs";
const u = (t) => {
const e = i(t.id), n = a(t.dataItem, t.field), o = l(t);
return {
...e,
onContextMenu: n,
style: o
};
};
export {
u as useSelectionCellClientTdProps
};