https://github.com/irworkshop/koch-orgs
https://github.com/irworkshop/koch-orgs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/irworkshop/koch-orgs
- Owner: irworkshop
- Created: 2013-04-02T03:18:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T01:51:42.000Z (over 10 years ago)
- Last Synced: 2024-03-26T22:13:48.205Z (over 2 years ago)
- Language: JavaScript
- Size: 4.47 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Koch orgs
========
A demo of a sortable, filterable table, pulling data from a Google Fusion Table.
Usage
-----
var table = new FusionTable(API_KEY, TABLE_ID);
table.fetch(function() {
table.render(el, columns);
});