Liking cljdoc? Tell your friends :D

fancy.table


(print-table maps)
(print-table ks maps)

Like clojure.pprint/print-table but left-aligns cell contents, and defaults ks with keys from all maps instead of just the first, among a few other aesthetic simplifications.

Like clojure.pprint/print-table but left-aligns cell contents,
and defaults `ks` with keys from all maps instead of just the first,
among a few other aesthetic simplifications.
sourceraw docstring

render-tableclj/s

(render-table maps)
(render-table ks maps)

Eagerly evalutes maps to collect all the relevant keys, but lazily iterates over the lines of a left-aligned, mostly-markdown table.

Eagerly evalutes `maps` to collect all the relevant keys, but lazily
iterates over the lines of a left-aligned, mostly-markdown table.
sourceraw docstring

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

× close