Dash Data Table Help

I am trying to use multiple dataframes as inputs into a data table. I am not sure if the DataTable component allows this, and the only idea I had to bypass this was using the data for a graph that already is using multiple dataframes. Is there a way to use the data that goes into the figure as a input in a different callback? That way I could read in the data as a single dataframe and create the desired table. Any input would be greatly appreciated, Thanks!