I tried yours extension, but I cannot delete the row in GridView. Everytime, I clicked it just do nothing, even on firebug I could not see anything called. However, bulkDelete can delete rows only that the GridView is not reload. It just keep loading. When I refreshed it, the row(s) already deleted. Any help?
i am using advance template, after installing which php file i have to configure. i’ve tried make a ajax crud generator on gii, then i got an error “undefined variable:searchModel”. can anyone give me a solving. i’m a newbie in yii
put the following code in configuration file of your advance application templet, then every thing will work perfectly.
‘modules’ => [
‘gridview’ => [
‘class’ => ‘\kartik\grid\Module’
]
]