Skip to content

Commit

Permalink
#125 commented out string columns from view config on updateStats(0 i…
Browse files Browse the repository at this point in the history
…n data.view to work with the latest viewer lib update
  • Loading branch information
RandomFractals committed Sep 23, 2019
1 parent 5dd1b59 commit 65d0e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/data.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@
// get rows count and displayed columns info
viewer.view.num_rows().then(rowCount => {
let columns = viewer['columns'];
if (viewConfig.hasOwnProperty('columns')) {
/*if (viewConfig.hasOwnProperty('columns')) {
// use view config columns property instead
columns = viewConfig['columns'].split('\",\"');
}
}*/
// notify webview for data stats status update
vscode.postMessage({
command: 'stats',
Expand Down

0 comments on commit 65d0e2f

Please sign in to comment.