Liking cljdoc? Tell your friends :D

om-widgets.grid


build-page-boundariescljs

(build-page-boundaries {:keys [current-page page-size total-items]})

Given the pagination information will return where the current page starts and ends, usefull to show this info in labels à la gmail (1-10 of 100)

Note: This function does not assume 0 indexes, so first page is 1 and so on.

Given the pagination information will return where the
current page starts and ends, usefull to show this info in labels à la gmail (1-10 of 100)

Note: This function does not assume 0 indexes, so first page is 1 and so on.
sourceraw docstring

calculate-max-pagescljs

(calculate-max-pages total-rows page-size)
source

cell-buildercljsmultimethod

source

data-pagecljs

(data-page source
           current-page
           page-size
           events-channel
           sort-info
           force-page-reload)
source

gridcljs

(grid source
      target
      &
      {:keys [id onChange events-channel key-field header pager language
              disable-selection? responsive? summarized?]
       :as definition})
source

grid-pagercljsmultimethod

source

grid-sortercljsmultimethod

source

GridSchemacljs

source

GridSourceSchemacljs

source

HeaderSchemacljs

source

ISortableColumnCaretcljsprotocol

column-caretcljs

(column-caret _ column sort-info channel)
source

ISortableColumnDefaultSortDatacljsprotocol

default-sort-datacljs

(default-sort-data _ column)
source

ISortableColumnSortDatacljsprotocol

sort-datacljs

(sort-data _ sort-info rows)
source

row-buildercljsmultimethod

source

row-classcljs

(row-class row target opts)
source

row-summary-buildercljsmultimethod

source

standard-sortcljs

(standard-sort column)
source

standard-sort-caretcljs

(standard-sort-caret _ owner)
source

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

× close