You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use: $this->persist(['columns', 'filters']);
or via blade: :persist="['columns', 'filters']"
but is not working, if I activate a filter and/or hide a column and when I refresh everything it reappears.
my setUp:
public function setUp(): array
{
//$this->showCheckBox();
$this->persist(['columns', 'filters']);
return [
Exportable::make('proveedores')->type(Exportable::TYPE_XLS),
Header::make()->showSearchInput()->showToggleColumns(),
Footer::make()->showPerPage($this->xPag, $this->xPagCant)->showRecordCount(),
];
}
what can cause it not to work?
i'm using:
"laravel/framework": "^10.10",
"laravel/jetstream": "^3.2",
"livewire/livewire": "^2.11",
"power-components/livewire-powergrid": "^4.8",
"wireui/wireui": "^1.17"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use:
$this->persist(['columns', 'filters']);
or via blade:
:persist="['columns', 'filters']"
but is not working, if I activate a filter and/or hide a column and when I refresh everything it reappears.
my setUp:
what can cause it not to work?
i'm using:
"laravel/framework": "^10.10",
"laravel/jetstream": "^3.2",
"livewire/livewire": "^2.11",
"power-components/livewire-powergrid": "^4.8",
"wireui/wireui": "^1.17"
Beta Was this translation helpful? Give feedback.
All reactions