Range filter + state save
Range filter + state save
tadaspik
Posts: 1Questions: 1Answers: 0
Hello all. i've took and example from https://datatables.net/examples/plug-ins/range_filtering.html to do range filtering and added stateSave: true to DataTable config. Yet, range values are not saved. How can i persist range values?
Answers
Use
stateSaveParams
to save the input values andstateLoadParams
load and repopulate the range input values.Kevin