package incr_dom_partial_render
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A library for simplifying rendering of large amounts of data
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=16e10c09904502c18c5ab364f480f5e40022e56e39034274cf93652391924997
    
    
  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: 26 May 2024
Dependencies (9)
- 
  
    js_of_ocaml-ppx
  
  
    >= "5.1.1" & < "5.7.0"
- 
  
    js_of_ocaml
  
  
    >= "5.1.1" & < "5.7.0"
- 
  
    dune
  
  
    >= "3.11.0"
- 
  
    virtual_dom
  
  
    >= "v0.17" & < "v0.18"
- 
  
    splay_tree
  
  
    >= "v0.17" & < "v0.18"
- 
  
    ppx_pattern_bind
  
  
    >= "v0.17" & < "v0.18"
- 
  
    ppx_jane
  
  
    >= "v0.17" & < "v0.18"
- 
  
    incr_dom
  
  
    >= "v0.17" & < "v0.18"
- 
  
    ocaml
  
  
    >= "5.1.0"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page