plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Issue parsing metadata #30

Open cpsievert opened 6 years ago

cpsievert commented 6 years ago

In order to transpile components to R, I need to parse metadata.json, but currently it's referencing an undefined BORDER variable -- https://github.com/plotly/dash-table-experiments/blob/04c7bf53e160025b993a3c668ba7aa1b6ab3a432/dash_table_experiments/metadata.json#L534

If it isn't an easy fix, I suppose I could manually replace it with the value defined here, but it'd be great if we had some sort of test for undefined variables in metadata (and, if found, npm install would fail) -- https://github.com/plotly/dash-table-experiments/blob/04c7bf53e160025b993a3c668ba7aa1b6ab3a432/src/components/VirtualizedTable.react.js#L164