| 1 | <?php |
||
| 21 | class XEditableColumn extends DataColumn |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var array options that will be passed to X-Editable widget |
||
| 25 | */ |
||
| 26 | public $pluginOptions = []; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var array |
||
| 30 | */ |
||
| 31 | public $widgetOptions = []; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | protected function renderDataCellContent($model, $key, $index) |
||
| 49 | } |
||
| 50 |