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

Buttons doesn't work after pjax update #31

Open
liviuk2 opened this issue Dec 8, 2016 · 2 comments
Open

Buttons doesn't work after pjax update #31

liviuk2 opened this issue Dec 8, 2016 · 2 comments
Assignees
Labels

Comments

@liviuk2
Copy link

liviuk2 commented Dec 8, 2016

Hi,
firstly thanks for the great extension!
It's working great on gridview if I don't use pjax, but when I ad pjax to avoid reloading, after the update the reordering buttons doesn't work anymore.

This is my column in the gridview:

...
[
     'class' => SortableColumn::className(),
     'gridContainerId' => 'appartamento-grid-' . $livello->idlivello,
     'baseUrl' => '/sort/', // Optional, defaults to '/sort/'
     'header' => Yii::t('app', 'Ord'),
     'confirmMove' => false, // Optional, defaults to true
],
...

Is this a bug or there is a way for getting it work with pjax?

Thanks!

@arogachev arogachev self-assigned this Dec 8, 2016
@arogachev
Copy link
Owner

arogachev commented Dec 8, 2016

Appreciate your kind words. Glad you found it useful. I will check this soon.

@maxxer
Copy link

maxxer commented Jul 7, 2017

I'm having the same issue. Did you have any chance to have a look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants