I want to select when a Table row is clicked. So that its function is like select for bulk action. ```php ->recordAction(fn () => WhatTriggerToSelectTheRow) ``` Is there any hook or trigger to achieve this?