Only plot data that shows in DataTable

Hi there,
At one point I’d wired up d3 to only plot what datatables.js was showing, meaning, if you had yearly data from year 2000 to 2033 and you filtered on, say “202” then the table and the plots would only show data from year 202[0-3].

Is it possible to do the same with dash?
Thanks,
Keith

Hello @keithpjolley,

Welcome to the community!

Yes, this is available with derived_virtual_data or derived_viewport_data depending upon your needs.

Check out the reference for more available options.

1 Like

Thank you, @jinnyzor