Skip to content

Releases: dmk-design/yii2-ajaxcrud

Add OffCanvas Support

27 Feb 07:28

Choose a tag to compare

Added ability to create a sidebar pop out. See dmk-design/offcanvas

Fix reload error if not gridview

16 Apr 23:14
c183d08

Choose a tag to compare

Catch reload via griview filter for situation where its not a grid. Continue success function when forceClose = true;

v2.1.11

07 Jun 20:57
1a63f36

Choose a tag to compare

Add a success callback that can be defined after doModal success.

v2.1.10

16 Jun 18:39
8c3f29d

Choose a tag to compare

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

15 Jun 00:02
8154f35

Choose a tag to compare

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

31 Dec 00:24
15c8239

Choose a tag to compare

forceReload can now be set to true or "true" or a containerId

Added timeout variable to pjax reload

14 Dec 06:08
ace7d97

Choose a tag to compare

v2.1.7

Update ModalRemote.js

Add ability to create x-large modal

14 Dec 05:04
0dd3e61

Choose a tag to compare

Response setting "size"=x-laege will now create new modal with modal-xl class.

Changed dependency filename

22 Sep 19:28
2f45b1c

Choose a tag to compare

2.1.5

Update composer.json

Add ability to reload from specific url

22 Sep 18:36
7631f24

Choose a tag to compare

setting forceReloadUrl in response will and forceReload = containerId will reload the container from this url. Push = false