app = dash.Dash(__name__)app.layout = html.Div([ dash_table.DataTable( id='data_table', columns=[{ 'name': 'Column {}'.format(i),
確定! 回上一頁