package incr_dom_partial_render
A library for simplifying rendering of large amounts of data
Install
Dune Dependency
Authors
Maintainers
Sources
incr_dom_partial_render-v0.12.0.tar.gz
sha256=514e7b2e78fd2077da4c460e6b354abfd416683cb333af0638b6e7428464c61d
md5=5689cf3548d5c30703c0d49c2fa0900a
Description
This library provides tools for rendering of tabular data efficiently, in particular supporting partial rendering, i.e. only rendering a subset of the widgets that are logically in the view, depending on what is expected to be visible to the end user.
Published: 01 Mar 2019
Dependencies (8)
- js_of_ocaml-ppx
-
js_of_ocaml
>= "3.2.1"
-
dune
>= "1.5.1"
-
virtual_dom
>= "v0.12" & < "v0.13"
-
splay_tree
>= "v0.12" & < "v0.13"
-
ppx_jane
>= "v0.12" & < "v0.13"
-
incr_dom
>= "v0.12" & < "v0.13"
-
ocaml
>= "4.07.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page