Tag: gridview
-
Post Views: 33 1. In Yii2’s GridView::Widget,data-method=>post, the request method is GET. 2. It was later discovered that the cause was that yii.js was not loaded. But the layout file exists appAsset::register($this); 3. The final discovery is that the reason is that the layout file does not exist
-
Post Views: 58 1. The resource list of my task, plan to add an export button at the head of the resource list, as shown in Figure 1 2. Search in github: yii2 export excel, the result: moonsoft/yii2-phpexcel, kartik-v/yii2-export, as shown in Figure 2 3. After comparative analysis, it is mainly considered from the richness of the supported export formats…