*/ namespace backend\assets; use yii\web\AssetBundle; use yii\web\View; class TableZhAsset extends AssetBundle { public $sourcePath = '@backend/web/js'; public $js = [ 'bootstrap-table-zh-CN.js', ]; public $jsOptions = [ 'position' => View::POS_END, ]; }