thipages/quicktable
Composer 安装命令:
composer require thipages/quicktable
包简介
Quick html table builder
README 文档
README
Quick Html Table builder
Installation
composer require thipages\quicktable
Usage of QTable class
through the static method create
create($headers,$cells,tableAttributes=[]);
Example
$data=[ ['Lucien',23], ['Paul',12], ['Hippolyte ',3] ]; $table=QTable::create( ['name','age'], $data, ['border'=>1] ); echo($table);
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-11