Hi,
How to copy the data from a table and paste into another table in dash_table.DataTable,
?
And if I have filter the first table, will the second table reflect the filtered data?
Hi,
How to copy the data from a table and paste into another table in dash_table.DataTable,
?
And if I have filter the first table, will the second table reflect the filtered data?
Hello,
You can take the table1 data as an input with output to table2 data. How you trigger that is up to you.
It can either take into account the other tables filters or not.