Add header_tooltips to ResultsDisplayTable
This addd header_tooltips argument to ResultsDisplayTable
def __init__(
self,
*,
title: str,
headers: list,
table_data: list,
associated_data: list,
header_tooltips: list = [],
start_collapsed: bool = False,
):
Closes #175 (closed)
Edited by Agnel Praveen Joseph