daniik
Two tables on page with asynchronous refresh
I need to display two tables on the same page, each with a different query. When performing an action that moves a model from one table to the other, I want the tables to update accordingly. I'm considering using two table widgets, but I'm not sure if refreshing will work correctly.
From my experience, when I perform an action on a model in table1, it disappears from there as expected—but it only shows up in table2 after a full page reload.
Do you have any tips on how to handle this properly?
3 replies
Register page outside the panels
Hi, I have a problem with register my custom page outside the panels and always got this error:
If I insert page into ->pages() property in one of my panels it work just fine, but then I've got this:
From this I deduce that I'm registering the page wrong, but I don't know where I should have added it when it's outside the panels.
The page is similar to the registration page only it is for a different model so I used a custom page.
14 replies