ttek/tk-table

A dynamic table lib to manage table rendering

8.0.10 2023-09-28 00:00 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:

"ttek/tk-table": "~3.0"

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the PHP DomTemplate) to load the classes.

Introduction