@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
8 lines (7 loc) • 384 B
TypeScript
/**
* Grid with row pinning via context menu (no dedicated pin column).
*
* In this mode every data cell in both the pinned-rows table and the regular
* content table announces the row-pinning context menu via aria-haspopup/aria-controls/aria-expanded.
*/
export declare const GridWithPinnedRows: ({ contentClassName, ...other }: any) => import("react/jsx-runtime").JSX.Element;