Liking cljdoc? Tell your friends :D
Mostly cljs.
Exceptions indicated.

im-tables.core


-mainclj

(-main & _args)

Dummy main method that doesn't do anything. This namespace exists only so we can use lein run even though this project is CLJS only.

Dummy main method that doesn't do anything. This namespace exists only
so we can use `lein run` even though this project is CLJS only.
sourceraw docstring

dev-setupcljs

(dev-setup)
source

initcljs

(init)
source

mount-rootcljs

(mount-root)
source

tablecljs

(table {:keys [location] :as args})

This is the primary means of including an im-table in a re-frame project. Argument can be either a map with at minimum :location, :service and :query keys, or a location vector. In the latter case you will need to dispatch :im-tables/load yourself, with the location and map as arguments.

This is the primary means of including an im-table in a re-frame project.
Argument can be either a map with at minimum `:location`, `:service` and
`:query` keys, or a location vector. In the latter case you will need to
dispatch `:im-tables/load` yourself, with the location and map as arguments.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close