johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

Delete All Selection is not working #82

Open alexsantm opened 6 years ago

alexsantm commented 6 years ago

Hi everyone The close button isn't working when no item selected.

The line in ajaxcrud.js is: modal.addFooterButton("Close", 'btn btn-default', function (button, event) { this.hide(); }); with modal.setFooter('Close');

Anyone has a solution for this?? Thanks you.