pub fn data_table<'a, R: 'a>(
    input: impl IntoIterator<Item = &'a R>
) -> Table<'a> where
    R: IntoRow