Closed dzona closed 7 years ago
Support tabular input values
<?= Editable::widget( [ 'model' => $model, 'attribute' => "[{$index}]name", 'url' => 'site/test', 'type' => 'text', 'mode' => 'pop', 'clientOptions' => [ 'placement' => 'right', ] ])?>
Fixed on #34
Support tabular input values