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 b06128c commit dcdfb08Copy full SHA for dcdfb08
docs/examples/fixedColumns.tsx
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import Table from 'rc-table';
3
-import '../../assets/index.less';
4
-import { ColumnType } from '@/interface';
+import { ColumnType } from 'rc-table/lib/interface';
+import './assets/index.less';
5
6
interface RecordType {
7
a: string;
0 commit comments