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 4202e89 commit bf638d5Copy full SHA for bf638d5
src/components/datatable/DataTable.js
@@ -1196,7 +1196,6 @@ export class DataTable extends Component {
1196
let columns = React.Children.toArray(this.props.children);
1197
1198
if(columns && columns.length) {
1199
- debugger;
1200
if(this.props.reorderableColumns && this.state.columnOrder) {
1201
let orderedColumns = [];
1202
for(let columnKey of this.state.columnOrder) {
0 commit comments