File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/pluggableWidgets/datagrid-web/src/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1+ import { RefreshIndicator } from "@mendix/widget-plugin-component-kit/RefreshIndicator" ;
12import { Pagination } from "@mendix/widget-plugin-grid/components/Pagination" ;
23import { SelectionStatus } from "@mendix/widget-plugin-grid/selection" ;
34import classNames from "classnames" ;
@@ -25,7 +26,6 @@ import { FocusTargetController } from "@mendix/widget-plugin-grid/keyboard-navig
2526import { observer } from "mobx-react-lite" ;
2627import { RowsRenderer } from "./RowsRenderer" ;
2728import { GridHeader } from "./GridHeader" ;
28- import { RefreshIndicator } from "./RefreshIndicator" ;
2929
3030export interface WidgetProps < C extends GridColumn , T extends ObjectItem = ObjectItem > {
3131 CellComponent : CellComponent < C > ;
You can’t perform that action at this time.
0 commit comments