pub fn populate_table_timelogs_in_timeframes_by_user(
time_logs: &[TimeLog],
) -> (Vec<Vec<String>>, &[&str])Expand description
Assemble data for the table with time statistics for the last N days. Returns a tuple of the table data and the table header.