kartik\grid\GridResizeStoreAsset::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->setSourcePath(__DIR__ . '/assets');
        $this->setupAssets('js', ['js/store']);
        parent::init();
    }
GridResizeStoreAsset