Show & Tell: Create a Twitter Dataset, Filter with DataTable, & Download

This is a simple dashboard that uses one function from the Twitter API (search).

You can filter the table using any column, and use filters based on the respective data type.

Live dashboard:
https://www.dashboardom.com/twitterdash

Speed:
This is an issue actually, and I’d appreciate any suggestions.
The imported table is stored in dcc.Store, which means you are limited by your browser’s memory (and the 10MB limit). Sometimes it gets really slow.

Also, since it can’t store a pandas DataFrame, the df has to be created every time from a dict for filtering or setting the right selectors/filters.

Code:

Packages

dash==0.42.0
dash-core-components==0.47.0
dash-html-components==0.16.0
dash-renderer==0.23.0
dash-table==3.6.0

I’m getting strange text output on Firefox v66.0.3, on a Mac HighSierra 10.13.6:
No issues on Chrome or Safari. Is this a known issue?