ariftography
Can't login with existing user table
I already install filament V3, when I try to login with my email & password from my existing table, I can't login, but if I make new user, I can login with that new user. Are there any ways to use existing table user to login?
thanks you
9 replies
How to get selected record from table in header action?
I want to make header action that can collect the selected record link in bulkaction and send all value to custom view in new tab, i have search in doc but i still not find any clue, this is my code
->headerActions([
Action::make('Label')
->url(fn () => route('label', ['selected_records' => ['33', '34']]))
->openUrlInNewTab(),
])
i want selected_records is array from selected record like bulkaction,
Thank you
7 replies