Skip to content

Conversation

@abudawud
Copy link

Description

I open this pull request to address multiple datagrid in single page. so when reloading datagrid we can tell wich url to use

Example

...
            if ($modelTools->save()) {
                return [
                    'forceReload'=>'#crud-datatable-tools-pjax',
                    'forceReloadUrl' => Url::previous('tools-detail'),
                    'forceClose' => true
                ];         
            } else {
                return [
                    'title'=> "Tambah Aksesi",
                    'content'=>'<span class="text-danger">Tambah Aksesi gagal!</span>',
                    'footer'=> Html::button('Close',['class'=>'btn btn-default pull-left','data-dismiss'=>"modal"])
                ];

            }
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant