BrowseTables configure details of table

@Tamas_Papp, your BrowseTables viewer is excellent, very useful for large tables.

Tried it with code below and would like to ask you how to format the numbers highlighted? Thanks in advance.

using  BrowseTables, XLSX, DataFrames

url = "https://download.microsoft.com/download/1/4/E/14EDED28-6C58-4055-A65C-23B4DA81C4DE/Financial%20Sample.xlsx"

download(url, "Sample_data2.xlsx")

df = DataFrame(XLSX.readtable("Sample_data2.xlsx", "Sheet1", infer_eltypes=true)...)

open_html_table(df) # open in browser