Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
jawaad
Posts
Comments
F
Filament
•
Created by jawaad on 8/1/2024 in
#❓┊help
Select row on table row click
I want to select when a Table row is clicked. So that its function is like select for bulk action.
->
recordAction
(
fn
() =>
WhatTriggerToSelectTheRow
)
->
recordAction
(
fn
() =>
WhatTriggerToSelectTheRow
)
Is there any hook or trigger to achieve this?
2 replies