Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on example "MapTable: Only Table and filters - sorting, virtual columns" #70

Closed
mrjones-plip opened this issue Jul 6, 2017 · 1 comment
Labels

Comments

@mrjones-plip
Copy link
Contributor

On the MapTable: Only Table and filters - sorting, virtual columns example page, there's a JS error:

TypeError: null has no properties  maptable.min.js:2:16611

this causes the example to fail to render

@mrjones-plip
Copy link
Contributor Author

I just bumped into this again. you can easily reproduce if you take the default.sort.html page and remove the map line .map({ path: 'ne_110m_admin_0_countries.json' }).

Using a non minified version the library, I see this is the line that it's hitting:

if (!options.map || !options.map.heatmap) options.map.heatmap = null;

My work around on my current project is to add the map but then use CSS to hide it :|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants