pub type TableData = Vec<HashMap<String, String>>;
Table row data type
pub struct TableData { /* private fields */ }