Removed unused console.log
This commit is contained in:
parent
3d7c62cb0f
commit
83b6ce87a1
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ const TableComponent = forwardRef<
|
|||
onGridReady={onGridReady}
|
||||
onColumnMoved={onColumnMoved}
|
||||
onStateUpdated={(e) => {
|
||||
console.log(e);
|
||||
if (e.sources.some((source) => source.includes("column"))) {
|
||||
setColumnStateChange(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue