F
Filament3y ago
dyo

pass data to widget from custom page

How can I pass data to widget from custom page?
4 Replies
Dan Harrin
Dan Harrin3y ago
<x-filament::page :widget-data="['record' => $record]">
dyo
dyoOP3y ago
oke, that's how to get the data.. how about sending data, how can i do it in custom page to the widget?
krekas
krekas3y ago
Sending data from where to where? You asked how to get data in a widget and got the answer
dyo
dyoOP3y ago
sorry.. nevermind.. i've figured it out.. thanks @Dan Harrin ..

Did you find this page helpful?