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 3a5b64a commit a781f99Copy full SHA for a781f99
js/datagrid.ts
@@ -504,7 +504,6 @@ export class DataGridView extends DOMWidgetView {
504
area = area ?? 'all';
505
padding = padding ?? 30;
506
numCols = numCols ?? undefined;
507
- console.log(area, padding, numCols);
508
509
// Call resize function
510
this.grid.grid.fitColumnNames(area, padding, numCols);
0 commit comments