pub fn handle_events(
state: &mut TableState<RowSetSelection>,
focus: bool,
event: &Event,
) -> TableOutcomeExpand description
Handle all events. Table events are only processed if focus is true. Mouse events are processed if they are in range.