Skip to content

tropotek/tk-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tk Table

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