Is there a way to also use a custom jquery.yiigridview.js file instead of the original by some kind of overrule or giving alternate asset directory to publish instead of the original.
This website uses cookies to provide necessary website functionality, improve your experience and analyze our traffic. By using our website, you agree to our Privacy Policy and our cookies usage.
2 Comments
Is there a way to also use a custom jquery.yiigridview.js file instead of the original by some kind of overrule or giving alternate asset directory to publish instead of the original.
Please check “baseScriptUrl” property of CGridView.
http://www.yiiframework.com/doc/api/1.1/CGridView#baseScriptUrl-detail
You can also set this property using the method specified above.