As you know we can load a Page in expander in this way:
$g->addColumn('expander','tickets');
But in my situation, the Tickets page have some parameters like this:
?page=tickets&tid=1
how can I load this page with tid parameter?
As you know we can load a Page in expander in this way:
$g->addColumn('expander','tickets');
But in my situation, the Tickets page have some parameters like this:
?page=tickets&tid=1
how can I load this page with tid parameter?
Make those parameters sticky at the start of your page:
This parameter will be passed to sub-pages.
See also: