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 7ee1ee4 commit ecc831eCopy full SHA for ecc831e
templates/data.view.html
@@ -123,10 +123,11 @@
123
124
// load file data
125
const tableData = getData(data.fileName, data.data, data.schema);
126
+ // update view config
127
+ viewer.restore(viewConfig);
128
if (Array.isArray(viewData) && viewData.length === 0) {
129
// initialize perspective viewer
130
console.log(`data.view:refresh(): initializing view data for: ${data.fileName}`);
- viewer.restore(viewConfig);
131
if (data.schema !== undefined && Object.keys(data.schema).length > 0) {
132
// viewer.columns = viewConfig['columns'];
133
viewer.load(data.schema);
0 commit comments