pub fn highlight_search_in_table(
    table: Vec<Value>,
    search_string: &str,
    searched_cols: &[&str],
    string_style: &Style
) -> Result<Vec<Value>, ShellError>