release version 2.0.13

This commit is contained in:
Alexander Makarov
2017-11-03 01:09:29 +03:00
parent 5a68ec3b27
commit 2d672b6722
23 changed files with 80 additions and 46 deletions

View File

@ -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.
*