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.15.0.tar.gz
sha256=c5e5f8af479d54492db802227b96e757bffed3bdf5aa1453185058be8a090e86
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: 21 Mar 2022
Dependencies (8)
-
js_of_ocaml-ppx
>= "3.9.0"
-
js_of_ocaml
>= "3.9.0" & < "4.0.0"
-
dune
>= "2.0.0"
-
virtual_dom
>= "v0.15" & < "v0.16"
-
splay_tree
>= "v0.15" & < "v0.16"
-
ppx_jane
>= "v0.15" & < "v0.16"
-
incr_dom
>= "v0.15" & < "v0.16"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page