yii中怎么生成表格啊 不是用的table [ 未指定版本 ]
<?php
$this->renderPartial('_search', array('search'=>$search,'cate_first'=>$cate_first,'cate_second'=>$cate_second,'cate_current'=>$cate_current,'shoplist'=>$shoplist));
$this->widget('bootstrap.widgets.TbExtendedGridView', array(
'id' => 'product-grid',
'type' => 'striped bordered',
'dataProvider' => $dataProvider,
'extraParams' => array('page'=>$page),
'template'=>"{summary}{items}{pager}",
'summaryCssClass'=>'summary pull-right',//定义summary的div容器的class
//'summaryText'=>'共{pages}页',
'pagerCssClass'=>'pagination pull-right',
'bulkActions' => array(
'actionButtons' => array(
array(
'id'=>'show_all', // 按钮的id值
共 0 个回答
没有找到数据。
zhoujun
注册时间:2015-01-07
最后登录:2015-06-08
在线时长:4小时38分
最后登录:2015-06-08
在线时长:4小时38分
- 粉丝0
- 金钱15
- 威望0
- 积分55