dev-master
9999999-devYii2 Handsontable widget
BSD-3-Clause
The Requires
- yiisoft/yii2 ~2.0.4
- bower-asset/handsontable 0.23.*@stable
by Misbahul Munir
yii2 excel handsontable
Yii2 Handsontable widget
Yii2 Handsontable widget, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require deesoft/yii2-handsontable "~1.0"
or add, (*4)
"deesoft/yii2-handsontable": "~1.0"
to the require section of your composer.json
file., (*5)
= Handsontable::widget([ 'varName' => 'table1', // [ 'data' => $data, 'column' => [ ['data' => 'id'], ['data' => 'name.first'], ['data' => 'name.last'], ['data' => 'address'] ], 'afterChange' => new JsExpresion('function(){...}'), ], ]);?> registerJs($this->render('_script.js')); ?>
file _script.js
, (*6)
$('mybtn').click(function(){ tableData = table1.getData(); // do something with tableData });
Yii2 Handsontable widget
BSD-3-Clause
yii2 excel handsontable