mistralys / application-datagrids
PHP classes to abstract the rendering of HTML tables.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mistralys/application-datagrids
Requires
- php: >=8.2
- mistralys/application-utils-core: dev-main
- twbs/bootstrap: ^5.3.3
This package is auto-updated.
Last update: 2025-10-05 22:47:26 UTC
README
PHP classes to abstract the rendering of HTML tables, with switchable renderers and a straightforward fluid and chainable API.
NOTE: Work in progress, but the examples work already.
Requirements
- PHP 8.2 or higher
- Composer
- Webserver
Viewing the examples
- Clone the repository.
- Run
composer install
to install the dependencies. - Open the
examples
folder through your webserver.