Skip to content

Instantly share code, notes, and snippets.

@apipkin
Last active December 19, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apipkin/5953144 to your computer and use it in GitHub Desktop.
Save apipkin/5953144 to your computer and use it in GitHub Desktop.
datatable/
|
+- assets/
+- docs/
+- js/
| |
| +- helpers/
| | |
| | +- formatters.js
| |
| +- models/
| | |
| | +- datatable.js
| | +- datasource.js
| | +- paginator.js
| |
| +- templates/
| | |
| | +- body.js
| | +- head.js
| | +- foot.js
| | +- message.js
| | +- mutable.js
| | +- paginator.js
| | +- scroll.js
| | +- sort.js
| | +- colwidths.js
| |
| +- views/
| | |
| | +- body.js
| | +- head.js
| | +- foot.js
| | +- message.js
| | +- mutable.js
| | +- paginator.js
| | +- scroll.js
| | +- sort.js
| | +- colwidths.js
| |
| +- datatable.js
|
+- lang/
+- meta/
+- tests/
+- build.json
+- HISTORY.md
+- README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment