Skip to content

Commit 65d0e2f

Browse files
#125 commented out string columns from view config on updateStats(0 in data.view to work with the latest viewer lib update
1 parent 5dd1b59 commit 65d0e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/data.view.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@
314314
// get rows count and displayed columns info
315315
viewer.view.num_rows().then(rowCount => {
316316
let columns = viewer['columns'];
317-
if (viewConfig.hasOwnProperty('columns')) {
317+
/*if (viewConfig.hasOwnProperty('columns')) {
318318
// use view config columns property instead
319319
columns = viewConfig['columns'].split('\",\"');
320-
}
320+
}*/
321321
// notify webview for data stats status update
322322
vscode.postMessage({
323323
command: 'stats',

0 commit comments

Comments
 (0)