https://github.com/ul/fixed-data-table-demo
FixedDataTable Om Demo
https://github.com/ul/fixed-data-table-demo
Last synced: 10 months ago
JSON representation
FixedDataTable Om Demo
- Host: GitHub
- URL: https://github.com/ul/fixed-data-table-demo
- Owner: ul
- Created: 2015-03-21T06:40:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T09:08:53.000Z (about 11 years ago)
- Last Synced: 2025-09-10T12:08:44.108Z (10 months ago)
- Language: CSS
- Size: 121 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FixedDataTable Om Demo
This is demo of using [FixedDataTable](https://github.com/facebook/fixed-data-table) React component
packaged with [CLJSJS](https://github.com/cljsjs/packages) in [Om](https://github.com/swannodette/om) app.
## Setup
First-time Clojurescript developers, add the following to your bash .profile:
LEIN_FAST_TRAMPOLINE=y
export LEIN_FAST_TRAMPOLINE
alias cljsbuild="lein trampoline cljsbuild $@"
To avoid compiling ClojureScript for each build, AOT Clojurescript locally in your project with the following:
lein trampoline run -m clojure.main
user=> (compile 'cljs.closure)
user=> (compile 'cljs.core)
Subsequent builds can use:
lein cljsbuild auto
Clean project specific out:
lein clean
For more info, read [Waitin'](http://swannodette.github.io/2014/12/22/waitin/).
## License
Copyright © 2015 Ruslan Prokopchuk
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.