leedch / infinitescroll
PHP Interfaces/Traits and JS/CSS components to render a table that loads on scroll and can be filtered/sorted
Installs: 38
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ~7.0|~7.1
- leedch/html: ^2.0
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2025-04-13 08:22:03 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