We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283cf29 commit c2db235Copy full SHA for c2db235
1 file changed
src/Dataframe.js
@@ -153,7 +153,6 @@ function Dataframe({ featuredObject, extraColumns, onColumnToggle, onToggleMarke
153
}, []);
154
155
const shouldCollapse = useCallback(({ indexOrName, depth }) => {
156
- log(`shouldCollapse called for indexOrName: '${indexOrName}', depth: ${depth}`);
157
if (depth === 1 && typeof indexOrName === "undefined") {
158
return false;
159
}
0 commit comments