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.13.0.tar.gz
sha256=b7a4699008011c38a808ef5b28f66cf62a399f54bc0b0e509a317a84a4f02233
md5=62f8f390ba623b60b759c454ea70a295
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: 20 Nov 2019
Dependencies (8)
- js_of_ocaml-ppx
-
js_of_ocaml
>= "3.4.1"
-
dune
>= "1.5.1"
-
virtual_dom
>= "v0.13" & < "v0.14"
-
splay_tree
>= "v0.13" & < "v0.14"
-
ppx_jane
>= "v0.13" & < "v0.14"
-
incr_dom
>= "v0.13" & < "v0.14"
-
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