Download the PHP package qingbing/pf-widgets-table-view without Composer
On this page you can find all versions of the php package qingbing/pf-widgets-table-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qingbing/pf-widgets-table-view
More information about qingbing/pf-widgets-table-view
Files in qingbing/pf-widgets-table-view
Download qingbing/pf-widgets-table-view
More information about qingbing/pf-widgets-table-view
Files in qingbing/pf-widgets-table-view
Vendor qingbing
Package pf-widgets-table-view
Short Description 渲染部件——表格、列表表格(分页)显示
License MIT
Homepage http://www.phpcorner.net
Package pf-widgets-table-view
Short Description 渲染部件——表格、列表表格(分页)显示
License MIT
Homepage http://www.phpcorner.net
Please rate this library. Is it a good library?
Informations about the package pf-widgets-table-view
pf-widgets-table-view
描述
渲染部件——表格、列表表格(分页)显示
注意事项
- 该小部件基于"qingbing/php-render"开发
-
对外提供widget组件
- tableClass : 选填,表格样式
-
tableId : 选填,表格ID
-
summary : 选填,表格标题摘要,不会再浏览器中显示,作用是增加表格的可读性,便于搜索引擎读懂表格
- caption : 选填,表格标题
- captionId : 选填,表格标题css-ID
-
captionClass : 选填,表格标题css-class
-
header : 必填,表格头,里面有四个参数
- label : 必填,表头的文字
- width : 选填,列宽度
- class : 选填,列td的类
- default : 选填,当字段为null时显示的文字
- data : 选填,html表格中显示的正式数据,每行记录要显示的数据的键对应于header的键
-
emptyString : 选填,当data为空时渲染的html
-
dataProcessing : 选填,callable,该回掉传入当行记录数据,返回修改或新增的键值数组以供表格渲染
- pager : 选填,支持列表分页,分页信息存放属性
- pageSize : 每页显示的数量
- totalCount : 总共的记录的条数,配合pageSize一起类计算totalPage
- totalPage : 总共的页数
- pageVar : 页面表示的标记
- pageList : 分页代码前后跳转的数量显示
- lang : 页面显示的标签
使用方法
====== 异常代码集合 ======
异常代码格式:1030 - XXX - XX (组件编号 - 文件编号 - 代码内异常)
All versions of pf-widgets-table-view with dependencies
PHP Build Version
Package Version
Requires
qingbing/php-helper Version
>=1.0, <2.0
qingbing/php-html Version >=1.0, <2.0
qingbing/php-render Version >=1.0, <2.0
qingbing/php-html Version >=1.0, <2.0
qingbing/php-render Version >=1.0, <2.0
The package qingbing/pf-widgets-table-view contains the following files
Loading the files please wait ....