We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fde595 commit ea4934cCopy full SHA for ea4934c
1 file changed
packages/pluggableWidgets/datagrid-web/src/components/Widget.tsx
@@ -1,3 +1,4 @@
1
+import { RefreshIndicator } from "@mendix/widget-plugin-component-kit/RefreshIndicator";
2
import { Pagination } from "@mendix/widget-plugin-grid/components/Pagination";
3
import { SelectionStatus } from "@mendix/widget-plugin-grid/selection";
4
import classNames from "classnames";
@@ -25,7 +26,6 @@ import { FocusTargetController } from "@mendix/widget-plugin-grid/keyboard-navig
25
26
import { observer } from "mobx-react-lite";
27
import { RowsRenderer } from "./RowsRenderer";
28
import { GridHeader } from "./GridHeader";
-import { RefreshIndicator } from "./RefreshIndicator";
29
30
export interface WidgetProps<C extends GridColumn, T extends ObjectItem = ObjectItem> {
31
CellComponent: CellComponent<C>;
0 commit comments