Download the PHP package nrep/table-forge without Composer
On this page you can find all versions of the php package nrep/table-forge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package table-forge
TableForge
Schema-driven table/data grid builder for PHP. Framework agnostic with sorting, filtering, and pagination support.
Installation
Quick Start
Available Column Types
| Column Type | Method | Description |
|---|---|---|
| Text | Column::text() |
Plain text display |
| Badge | Column::badge() |
Colored status badges |
| Boolean | Column::boolean() |
Yes/No or checkmark display |
| Date | Column::date() |
Formatted date |
| DateTime | Column::dateTime() |
Formatted date and time |
| Money | Column::money() |
Currency formatted |
| Number | Column::number() |
Numeric with formatting |
| Image | Column::image() |
Image thumbnail |
| Link | Column::link() |
Clickable link |
| Actions | Column::actions() |
Action buttons |
| Custom | Column::custom() |
Custom callback renderer |
Column Configuration
Sorting
Filtering
Pagination
Bulk Actions
Renderers
Tailwind CSS (Default)
License
MIT License - see LICENSE file.
All versions of table-forge with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package nrep/table-forge contains the following files
Loading the files please wait ...