Liking cljdoc? Tell your friends :D
ClojureScript only.

lazy-table.core


lazy-tablecljs

(lazy-table {:keys [id classes table-height min-row-height min-col-width
                    table-fn additional-scroll-fn inline-style
                    reset-scroll-on-props-change? no-inline-style?]
             :or {table-height 500
                  min-row-height 1
                  min-col-width 1
                  inline-style {:height "500px"
                                :width "500px"
                                :overflow-y "scroll"
                                :overflow-x "scroll"
                                :white-space "nowrap"}
                  reset-scroll-on-props-change? true}})

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

× close