Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

How could I not save individual filter in StateSave mode ?

$
0
0

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.


Viewing all articles
Browse latest Browse all 2364

Trending Articles