ttek / tk-table
Tk8 Lib: Table rendering with DOM and PHP templates
8.0.68
2026-06-12 00:00 UTC
Requires
- php: ^8.3
- ext-dom: *
- ttek/tk-domtemplate: ^8.0
- ttek/tk-form: ^8.0
- ttek/tk-framework: ^8.0
This package is auto-updated.
Last update: 2026-06-12 21:35:44 UTC
README
Project: ttek/tk-table
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/
This is the lib for the Tk Framework HTML Tables
Contents
Installation
Available on Packagist (ttek/tk-table) and as such installable via Composer.
composer require ttek/tk-table
Or add the following to your composer.json file:
{
"require": {
"ttek/tk-table": "^8.0"
}
}