Example 8: Automatic lazy loading

All components can lazyly load new data when the components end comes in the viewport (becomes visible to the user). Be aware, that scince if one component recives data from a datasource that is used on another component too, the other component is updated, too.

VIEW-Requestor

<div id="present_example8" swa="Present FROM visualisation/present/example7/exampledata_biglist.json TEMPLATE table_for_all_datasets"></div>
        
CONFIGURATION
DATASOURCE

This example uses same data as example 7.