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 e3ec3ff commit 7ed147aCopy full SHA for 7ed147a
src/material-table.js
@@ -835,7 +835,6 @@ export default class MaterialTable extends React.Component {
835
onToggleDetailPanel = (path, render) => {
836
const row = this.dataManager.changeDetailPanelVisibility(path, render);
837
this.setState(this.dataManager.getRenderState());
838
- console.log(row, row.tableData.showDetailPanel ? 'open' : 'closed');
839
this.props.onTreeExpandChange &&
840
this.props.onDetailPanelChange(
841
row,
0 commit comments