uom/tk-table

A dynamic table lib to manage table rendering


README

Project: uom/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 (uom/tk-table) and as such installable via Composer.

composer require uom/tk-table

Or add the following to your composer.json file:

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

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

Introduction