Repeater deleteAction
How could we hide remove button based on a condition related to the according line ? Thanks π
1 Reply
->deleteAction(
fn(Action $action) => $action->requiresConfirmation()->hidden(fn( How to access to line ? )=>true),
)
π