Liking cljdoc? Tell your friends :D

im-tables.views.table.body.main


->htmlcljs

(->html component)

Return the HTML markup of a component

Return the HTML markup of a component
sourceraw docstring

anchor-if-urlcljs

(anchor-if-url x)
source

cellcljs

(cell loc)
source

dot-splitcljs

(dot-split string)

Convert a view such as Gene.organism.name into [:organism :name] for easy reaching into query result maps

Convert a view such as Gene.organism.name into [:organism :name]
for easy reaching into query result maps
sourceraw docstring

outer-join-tablecljs

(outer-join-table loc)
source

outer-join-table-cellcljs

(outer-join-table-cell loc)
source

poppablecljs

(poppable)

Wrap child(ren) in a Bootstrap popover, see render function for default values. Ex: [:a [poppable {:class some-class :data-content <p>Hello!</p>} [:span banana]] Bootstrap related properties can be found at: http://getbootstrap.com/javascript/#popovers-options

Wrap child(ren) in a Bootstrap popover, see render function for default values. Ex:
[:a [poppable {:class some-class :data-content <p>Hello!</p>} [:span banana]]
Bootstrap related properties can be found at: http://getbootstrap.com/javascript/#popovers-options
sourceraw docstring

select-cellcljs

(select-cell loc id class)
source

summary-tablecljs

(summary-table {:keys [value column-headers] :as summary})
source

table-rowcljs

(table-row loc row)
source

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

× close