Skip to content

Commit 16cc6fd

Browse files
Fix comment
1 parent b088a37 commit 16cc6fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/FixedDataTableColumn.react.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ var FixedDataTableColumn = React.createClass({
158158

159159
/**
160160
* Whether the column can be dragged to reorder.
161-
*
162-
* This property only provides the UI for the column reordering. If this
163-
* is set to true, you will need to set the onColumnReorderEndCallback table
164-
* property and render your columns appropriately.
165161
*/
166162
isReorderable: PropTypes.bool,
167163

0 commit comments

Comments
 (0)