An open API service indexing awesome lists of open source software.

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

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.