I want to be able to click on a link from the registration gridview, and filter the results of the players gridview so only the players I selected show up. Right now, it's not filtering. I get all the players.
I have the following tables:
- registrations
- players
From the registrations/index gridview I have a link so I can edit players:
<?= DynaGrid::widget([
'columns' => [
['attribute'=>'playersEditLink', 'format'=>'raw'],
[
'label'=>'Player(s)',
'format' => 'raw',
'value' => function ($dat