Using CARTO VL.
Having a dataset, is there a way to fetch all columns this dataset has before I create the viz object so I can programmatically decide which variables to add to the viz?
Something like:
const source = new carto.source.Dataset('my-dataset');
const columns = source.getColumns();
No comments:
Post a Comment