Liking cljdoc? Tell your friends :D

bluegenes.components.lighttable


handlercljs

(handler state e)
source

homogeneous-columnscljs

(homogeneous-columns table)

Returns a sequence of true / false indicating that all values in each column of a table are equal. Assumes all rows are the same length. [[A B C] [X B Y]] => (false true false)

Returns a sequence of true / false indicating that all values in each
column of a table are equal. Assumes all rows are the same length.
[[A B C] [X B Y]]
 => (false true false)
sourceraw docstring

maincljs

(main)
source

shellcljs

(shell)
source

tablecljs

(table)

a basic results table without imtables complexity. optional second arg options allows you to specify whether or not to show a title for the table, as {:title true}.

a basic results table without imtables complexity. optional second arg options allows you to specify whether or not to show a title for the table, as {:title true}. 
sourceraw docstring

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

× close