Skip to content

rtoi/ergo_html_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ergo\html_table

This is a fork of Pear\HTML_Table.

Makes the design of HTML tables easy, flexible, reusable and efficient.

  • Lots of customization options.
  • Tables can be modified at any time.
  • The logic is the same as standard HTML editors.
  • Handles col and rowspans.
  • PHP code is shorter, easier to read and to maintain.
  • Tables options can be reused.

Installation

Composer

Add to your composer.json

{    
  "repositories": [
    {
      "name" : "ergo/html_table",
      "type": "vcs",
      "url": "https://github.com/rtoi/ergo_html_table.git"
    }
  ],
  "require": {
    "ergo/html_table": "dev-master"
  }
}

Links

Homepage : https://github.com/rtoi/ergo_html_table

Bug tracker : https://github.com/rtoi/ergo_html_table/issues

About

Create complex HTML tables from PHP. Fork of pear/html_table.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages