-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct GridView initialization for toggleData set to false
#1011
Comments
In the composer.json file, change "kartik-v / yii2-grid": "dev-master" to "kartik-v / yii2-grid": "^ 3.1.6" and update composer |
It seems that error disappear downgrading to 3.3.6, but now I get this new error:
|
This is maybe not an issue with yii2-grid extension but how you are configuring the yii2-builder extension (TabularForm - as seen in the error stack). You may need to check the configuration of the widget and the attributes/columns (where somewhere you are not passing an |
True Kartik, I have downgraded yii2-builder to 1.6.7 and now it's running fine. Thanks! |
don't fix the problem. It seems that the grid component can't manage the serialcolumn option of TabularForm - maybe now a parameter has to be an array in the current dev version of grid |
false
Thanks for the report. This has been fixed. |
much appreciate, thanks Kartik! |
Hi,
I've updated to the latest 3.3.6.
Unfortunately, I have now a problem to open my forms in modal:
Any ideas?
The text was updated successfully, but these errors were encountered: