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
  
    
      incr_dom_partial_render-v0.14.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=1a7d0cf56100e7bef7ee3cea36d84140ab0240cf0121b2d5fc02dc26673dc96f
    
    
  md5=d0ebf7837421c16a31b8604703791df5
    
    
  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: 31 May 2020
Dependencies (8)
- js_of_ocaml-ppx
 - 
  
    js_of_ocaml
  
  
    
>= "3.4.1" - 
  
    dune
  
  
    
>= "2.0.0" - 
  
    virtual_dom
  
  
    
>= "v0.14" & < "v0.15" - 
  
    splay_tree
  
  
    
>= "v0.14" & < "v0.15" - 
  
    ppx_jane
  
  
    
>= "v0.14" & < "v0.15" - 
  
    incr_dom
  
  
    
>= "v0.14" & < "v0.15" - 
  
    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