leedch/infinitescroll

PHP Interfaces/Traits and JS/CSS components to render a table that loads on scroll and can be filtered/sorted

1.0.2 2018-01-01 21:06 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:42:58 UTC


README

This bundle takes JSON Data and displays it as a HTML Table. Upon scrolling downwards the table will load more data, making it possible to scroll down until no more data is delivered. It also allows filtering and sorting by columns (all done in JS)

Setup

This component comes with two different types of code

PHP Traits / Interfaces

Use these to create your classes, that provide data

CSS and JS Files

vendor/leedch/infinitescroll/web/

Copy these into your web folder, to make the whole thing work. Adjust your CSS copy to make the visuals match your CI/CD