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 c9ca61c commit 3557502Copy full SHA for 3557502
src/feathergrid.ts
@@ -12,6 +12,7 @@ import { ViewBasedJSONModel } from "./core/viewbasedjsonmodel";
12
import { Transform } from "./core/transform";
13
import { Theme } from "./utils";
14
15
+import '@lumino/default-theme/style/datagrid.css';
16
import '../style/feathergrid.css';
17
18
// Shorthand for a string->T mapping
0 commit comments