Skip to content

Forgotten console.log #812

Closed
Closed
@AllytaDemiangel

Description

@AllytaDemiangel

Hello,
I noticed what I think is a forgotten console.log in material-table.js

V.6.3.0 :
Path to file : core>dist>material-table.js
l.405 : console.log(row, row.tableData.showDetailPanel ? 'open' : 'closed');

Current master :
Path to file : core/src/material-table.js
l.838 : console.log(row, row.tableData.showDetailPanel ? 'open' : 'closed');

It's always in onToggleDetailPanel.

PS : I should have tag this as inconvenience instead of bug. My bad. Edit unavaiable for tags. =/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions