mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
release version 2.0.13
This commit is contained in:
@ -40,6 +40,9 @@ use yii\helpers\Console;
|
||||
* ],
|
||||
* ]);
|
||||
*
|
||||
* @property string $listPrefix List prefix. This property is write-only.
|
||||
* @property int $screenWidth Screen width. This property is write-only.
|
||||
*
|
||||
* @author Daniel Gomez Pan <pana_1990@hotmail.com>
|
||||
* @since 2.0.13
|
||||
*/
|
||||
@ -102,6 +105,7 @@ class Table extends Widget
|
||||
*/
|
||||
private $_listPrefix = '• ';
|
||||
|
||||
|
||||
/**
|
||||
* Set table headers.
|
||||
*
|
||||
|
Reference in New Issue
Block a user