Dear All,
is it possible to showing text beside progress bar in tabulator, current code
tabulator_formatters = {
'float': {'type': 'progress', 'max': 10},
'bool': {'type': 'tickCross'}
}
pn.widgets.Tabulator(df, formatters=tabulator_formatters)
only showing text value when click the progress bar. is it possible to showing text beside or inside the progress bar.
thank you