@cw00137 As of dash==1.3.0
, Dash now supports prop persistence in local storage for many components in dcc and in the table. There’s a usage example in 📣 Dash 1.3.0 released.
Additional tweaking can be on the persistence
props to change the persisted props, the type of persistence and to allow multiple persisted sets of values per component as described in components props reference (e.g. https://dash.plot.ly/datatable/reference)
In dcc,
-
Checklist
,Dropdown
,Input
,RadioItems
,RangeSlider
,Slider,
Tabs,
Textareacan persist
value` -
DatePickerRange
can persiststart_date
andend_date
-
DatePickerSingle
can persistdate
In the table: column_name
, data
(opt-in), selected_columns
, selected_rows
, sort_by
Hope this helps!