@progress/kendo-react-data-tools
Version:
Includes React Pager & React Filter component, an intuitive interface to create complex filter descriptions. KendoReact Data Tools package
19 lines (18 loc) • 530 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
*-------------------------------------------------------------------------------------------
*/
const e = {
filterable: !0,
editable: !0,
sortable: !0,
resizable: !0,
reorderable: !0,
groupable: !0
};
export {
e as ColumnDefaultProps
};