pub fn render_tree_table( frame: &mut Frame<'_>, area: Rect, title: String, headers: Vec<&str>, rows: Vec<Row<'_>>, widths: Vec<Constraint>, is_active: bool, )