2017 © Pedro Peláez
 

library tablechartbuilder

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

image

gavinggordon/tablechartbuilder

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  • Wednesday, February 1, 2017
  • by gavinggordon
  • Repository
  • 2 Watchers
  • 5 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

TableChartBuilder v1.0.6

Build Status, (*1)


Description

This php class package allows you to create dynamic HTML tables that can calculate column data, like Excel, and look good doing it. Although it is compatible with CSS Bootstrap 3+, Bootstrap is not required for the resulting table to be both responsive, as well as styled beautifully., (*2)

How to Use

Install

    $ composer require gavinggordon/tablechartbuilder

Autoload

``` php include( 'vendor/autoload.php' );, (*3)


#### Insantiate ``` php $table = new GGG\Html\Builders\TableChartBuilder();

Configure

``` php $table->configure( [ 'title' => '', 'headers' => [ 'Q1', 'Q2', 'Q3', 'Q4' ], 'data' => [ [ 10000, 5000, 7500, 5000 ], [ 13000, 1600, 2500, 8000 ], [ 15000, 7400, 3600, 2500 ] ], 'equation' => [ 'total', 'average', 'lowest', 'highest' ] ] );, (*4)


#### Render ``` php $html = $table->render(); echo $html;

More Information

PHP Innovation Award

This class has been awarded a PHP Innovation Award, provided by PHPClasses.org. My other PHP classes are accessible online via my GitHub profile or PHPClasses.org profile., (*5)


The Versions

01/02 2017

dev-master

9999999-dev

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.6

04/12 2016

1.0.6

1.0.6.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.6

04/12 2016

1.0.5

1.0.5.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.5

04/12 2016

1.0.4

1.0.4.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.4

04/12 2016

1.0.3

1.0.3.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.3

04/12 2016

1.0.2

1.0.2.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.2

04/12 2016

1.0.1

1.0.1.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns rows v1.0.1

04/12 2016

1.0.0

1.0.0.0

Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.

  Sources   Download

MIT

The Development Requires

php bootstrap helper excel html table chart data html5 builder calculation columns v1.0.0 rows