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 5dd1b59 commit 65d0e2fCopy full SHA for 65d0e2f
templates/data.view.html
@@ -314,10 +314,10 @@
314
// get rows count and displayed columns info
315
viewer.view.num_rows().then(rowCount => {
316
let columns = viewer['columns'];
317
- if (viewConfig.hasOwnProperty('columns')) {
+ /*if (viewConfig.hasOwnProperty('columns')) {
318
// use view config columns property instead
319
columns = viewConfig['columns'].split('\",\"');
320
- }
+ }*/
321
// notify webview for data stats status update
322
vscode.postMessage({
323
command: 'stats',
0 commit comments