Define the name of the file that gets exported through the dash_table.Datatable component

Can Anyone tell me how can someone define the name of the file that gets exported after clicking on the export button of the dash_datatable library.

I think you should use dcc.send_data_frame instead of using export function.
You can refer codes here: Download | Dash for Python Documentation | Plotly

1 Like