dev-master
9999999-devCreate n level child dropdown
BSD-3-Clause
The Requires
- php >=5.5.0
- yiisoft/yii2 *
by Jay Shah
yii2 dropdown category multilevel subchild nlevel
Create n level child dropdown
yii2-multilevel-category allows user to create multilevel dropdown from their desire table for the Yii2., (*1)
Add to the composer.json file following section:, (*2)
"jayshah88/yii2-multilevel-category": "dev-master"
add following line at the top of your php file., (*3)
use jay\Multilevel;
$cat = new common\models\base\Category(); $ml = new Multilevel(); echo $form->field($model, 'root')->dropDownList($ml->makeDropDown($parents,$cat));
Create n level child dropdown
BSD-3-Clause
yii2 dropdown category multilevel subchild nlevel