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 4264f0a commit 44390f7Copy full SHA for 44390f7
src/controls/listView/IListView.ts
@@ -1,5 +1,5 @@
1
import { Selection, SelectionMode } from 'office-ui-fabric-react/lib/DetailsList';
2
-import { IColumn ,IGroup} from 'office-ui-fabric-react/lib/components/DetailsList';
+import { IColumn, IGroup } from 'office-ui-fabric-react/lib/components/DetailsList';
3
4
export { SelectionMode };
5
@@ -18,6 +18,10 @@ export interface IListViewProps {
18
* The items to render.
19
*/
20
items: any[];
21
+ /**
22
+ * The items to select by default.
23
+ */
24
+ selectIems?: any[];
25
/**
26
* The fields you want to view in your list view
27
0 commit comments