I use Yii2 app advanced, updated with Composer, and some of my configuration rencently stopped working (last week end, after an update). In my main config file, under common directory, I used this code to configure gridview for all my views:
Now if I use this same code that used to work, I got a blank page everywhere. My question is how can I configure a widget to have the options available for all the views?
Thank you very much ORey and qiang. The solution you proposed worked rellay fine. The exact syntax is how qiang presented it. You have to put it in your config file within ‘components’.