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 b088a37 commit 16cc6fdCopy full SHA for 16cc6fd
src/FixedDataTableColumn.react.js
@@ -158,10 +158,6 @@ var FixedDataTableColumn = React.createClass({
158
159
/**
160
* 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.
165
*/
166
isReorderable: PropTypes.bool,
167
0 commit comments