Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Option to pass pjax url #96

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

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