Yii2 Builder

This is a discussion forum for the yii2-builder extension. Allows you to build forms (single and multi row) through configuration. You can view demo and documentation of this extension here.

Hello,

I’m using form builder TabularForm::widget and have a little issue:

$dataProvider data are not included in the request (inspected with debugger), so I don’t get them in the processing action with Yii::$app->request->getQueryParams(). (So I need a little extra code to get the models to be updated…)

I built the yii\data\ActiveDataProvider from a Model::find() query, as requested in the manual page of tabular form widget.

Do I need anything additional to get the parameters through?

Best regards,

And thank you for your outstanding Yii2 code.

P.