@progress/kendo-react-treelist
Version:
React TreeList enables the display of self-referencing tabular data. KendoReact TreeList package
17 lines (16 loc) • 683 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { ColumnSortSettings, SortSettings } from '@progress/kendo-react-data-tools';
/**
* The settings for sorting the TreeList columns.
*/
export type TreeListColumnSortSettings = ColumnSortSettings;
/**
* The settings for sorting the TreeList data.
*/
export type TreeListSortSettings = SortSettings;