From a36add8e27782a38c10d33557ffecd979f239c55 Mon Sep 17 00:00:00 2001 From: Kevin Coughlin Date: Fri, 30 Nov 2018 11:42:55 -0800 Subject: [PATCH 1/2] DetailsList DnD example should have DnD enabled by default. --- .../DetailsList/examples/DetailsList.DragDrop.Example.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/office-ui-fabric-react/src/components/DetailsList/examples/DetailsList.DragDrop.Example.tsx b/packages/office-ui-fabric-react/src/components/DetailsList/examples/DetailsList.DragDrop.Example.tsx index 52f03279fe09c..f8d3615a900f9 100644 --- a/packages/office-ui-fabric-react/src/components/DetailsList/examples/DetailsList.DragDrop.Example.tsx +++ b/packages/office-ui-fabric-react/src/components/DetailsList/examples/DetailsList.DragDrop.Example.tsx @@ -45,7 +45,7 @@ export class DetailsListDragDropExample extends React.Component< this.state = { items: createListItems(10), columns: _columns, - isColumnReorderEnabled: false, + isColumnReorderEnabled: true, frozenColumnCountFromStart: '1', frozenColumnCountFromEnd: '0' }; From 74f8f37b8402fb89374f4df1355a9513af077811 Mon Sep 17 00:00:00 2001 From: Kevin Coughlin Date: Fri, 30 Nov 2018 11:43:38 -0800 Subject: [PATCH 2/2] Add changefile. --- ...rt-dnd-example-initial-state_2018-11-30-19-43.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/office-ui-fabric-react/keco-invert-dnd-example-initial-state_2018-11-30-19-43.json diff --git a/common/changes/office-ui-fabric-react/keco-invert-dnd-example-initial-state_2018-11-30-19-43.json b/common/changes/office-ui-fabric-react/keco-invert-dnd-example-initial-state_2018-11-30-19-43.json new file mode 100644 index 0000000000000..d3aa0a088d9d8 --- /dev/null +++ b/common/changes/office-ui-fabric-react/keco-invert-dnd-example-initial-state_2018-11-30-19-43.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "DetailsList Example: Drag & Drop example should have the feature enabled by default.", + "type": "none" + } + ], + "packageName": "office-ui-fabric-react", + "email": "keco@microsoft.com" +} \ No newline at end of file