All files highlight on explorer tab when using `json` instead of `path` in settings · Issue #274 · RhoInc/web-codebook · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm that only one file highlights and that basic file tab functionality is working when using path setting (you can use /build/test-page/explorer.html)
Confirm that only one file highlights and that basic file tab functionality is working using the json settings, like in the code below:
var testjson1 = [{"row":1,"name":"alex"},{"row":2,"name":"george"}]
var testjson2 = [{"row":3,"name":"becca"},{"row":4,"name":"agustin"}]
var testSettings = {
labelColumn:"Dataset",
ignoredColumns:[],
files:[
{Dataset:"test1",json:testjson1},
{Dataset:"test2",json:testjson2}
],
meta:[]
};
var explorer = webcodebook.createExplorer(el, jsSettings).init();
This shows up - and looks ugly - in the R-based
codebook
repoexplorer()
widget as shown.The text was updated successfully, but these errors were encountered: