pub fn list_dialog(
    title: &str,
    columns: &[&str],
    cells: Option<&[&str]>
) -> Option<String>