You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about integrating the TreeViewInput widget from the karti-v/yii2-tree-manager repository. Is it possible to make it work in a dynamic form? Maybe someone has encountered a solution to this issue?
Good afternoon. Thank you for this decision.
I have a question about integrating the TreeViewInput widget from the karti-v/yii2-tree-manager repository. Is it possible to make it work in a dynamic form? Maybe someone has encountered a solution to this issue?
field($modelEfficiency, "[{$index}]efficiency_id")->widget(\kartik\tree\TreeViewInput::class, [ 'query' => \common\models\efficiency\EfficiencyTree::find()->addOrderBy('root, lft'), ... ]); ?>The text was updated successfully, but these errors were encountered: