How could I not save individual filter in StateSave mode ?

How could I not save individual filter in StateSave mode ?

smassotsmassot Posts: 28Questions: 9Answers: 1
edited March 2016 in DataTables 1.10

Hello,
is there a way so that disable saving of individual filter content when StateSave is set to true ?

just a little more informations : I don't use individual filter in footer but in header like that :

$('#paqView thead tr#filterrow th').each(function () {
    $(this).html('<input class="form-control input-xs input-search" type="text" placeholder="Rechercher" />');
});

Thanks a lot for your answer.

This discussion has been closed.