After clicking 'Apply columns' it is not redirected to list page. How can i redirect it ?

Solution:Jump to solution
I don't know if we have a better way to do that, but for now you could try some JS code to force close the panel
Add this to your ListPage
```php...
7 Replies
I think it should refresh the table columns, not redirect. What you mean?
I mean after column applied sucessfully, if it will redirect to list page then it will be good rather than still opening that column manager @Leandro Ferreira any solution for that ?
why should it redirect to the same page you are already on?
@Leandro Ferreira I mean close column manager modal after it applied sucessfully
Solution
I don't know if we have a better way to do that, but for now you could try some JS code to force close the panel
Add this to your ListPage
@hlonish did it work?
@Leandro Ferreira yes ! It works as expected. Thank you so much