.focus(props.focus)
.to_boxed(),
)
.content(Box::<Table<State, Action, IssueItem>>::new(
.content(Box::<Table<State, Action, IssueItem, 8>>::new(
Table::new(state, action_tx.clone())
.on_event(|table, action_tx| {
TableState::from_boxed_any(table).and_then(|table| {