incr_dom_partial_render
A library for simplifying rendering of large amounts of data
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 18 Oct 2022
- Authors
- Maintainers
Sources
Dependencies
js_of_ocaml-ppx
>= "3.9.0"
js_of_ocaml
>= "3.9.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"
Reverse Dependencies