${ plotter.table(id= "term_stats", header= True, styled= 'dt', width=width, height=height,
	cell_align= "left center".split(" "), attrib= {'class': 'table table-striped'},
	func = lambda data: data.insert(0,[f'{ONT_NAME}', ' Patient percentage']))
}
