Releases: dmk-design/yii2-ajaxcrud
Add OffCanvas Support
Fix reload error if not gridview
Catch reload via griview filter for situation where its not a grid. Continue success function when forceClose = true;
v2.1.11
v2.1.10
Many old projects will have "-pjax" defined in forceReload value. New implementation refreshes the grid using an internal function, not pjax.reload. We don't want 'pjax' in the selector for that scenario so if it is defined we remove it. This makes the release backwards compatible with old controller action responses.
v2.1.9
Specifying a force reload container but no url will not activate the grids "applyFilter" function, which updates the grids contents, including pagination. This is much more useful as a url was having to be specified in nested grid pages as $.pjax.reload({container"}) uses the current windows url, which is not updated as replace state is turned off.
Make forceRelod more robust
forceReload can now be set to true or "true" or a containerId
Added timeout variable to pjax reload
v2.1.7 Update ModalRemote.js
Add ability to create x-large modal
Response setting "size"=x-laege will now create new modal with modal-xl class.
Changed dependency filename
2.1.5 Update composer.json
Add ability to reload from specific url
setting forceReloadUrl in response will and forceReload = containerId will reload the container from this url. Push = false