2amigos / yii2-editable-widget

X-Editable Widget for Yii2
Other
58 stars 20 forks source link

Support tabular input #33

Closed dzona closed 7 years ago

dzona commented 7 years ago

Support tabular input values

<?= Editable::widget( [
        'model' => $model,
        'attribute' => "[{$index}]name",
        'url' => 'site/test',
        'type' => 'text',
        'mode' => 'pop',
        'clientOptions' => [
            'placement' => 'right',
        ]
    ])?>
tonydspaniard commented 7 years ago

Fixed on #34