df = DataFrame(A =["Sunny", "Snowy"], B= [13, 43]) app = dash_datatable() app.layout = html_div() do html_div( dash_datatable( id="ccc", ...
確定! 回上一頁