Custom search with childs, save state and column filters

Custom search with childs, save state and column filters

XoxxoxuatlXoxxoxuatl Posts: 23Questions: 3Answers: 0

Link to test case: https://live.datatables.net/gecoqimo/7/edit

Dear all,

setting the option stateSave: true does not update the local storage column search entries.
What i am doing wrong here?

The goal is to have the colum filters persistent, also after an page reload, back and forward, etc..

Best Regards,
Thomas

Answers

  • kthorngrenkthorngren Posts: 20,357Questions: 26Answers: 4,777

    See if the example in this thread helps.

    Kevin

  • XoxxoxuatlXoxxoxuatl Posts: 23Questions: 3Answers: 0

    Hello,

    i was able to solve this somehow.
    https://live.datatables.net/gecoqimo/8/edit.

    May someone with a better solution send an update.

    BR, Thomas

  • XoxxoxuatlXoxxoxuatl Posts: 23Questions: 3Answers: 0

    Hello,

    somehow i was able to solve this.
    https://live.datatables.net/gecoqimo/8/edit

    May someone with a better solution send an update.

    BR,
    Thomas

  • XoxxoxuatlXoxxoxuatl Posts: 23Questions: 3Answers: 0

    Hi Kevin,

    See if the example in this thread helps.

    This one uses .search (which updates the local storage), but i need a solution for the individual search using the $.fn.dataTable.ext.search array.

    I already postet a quick and dirty fix, but it was not published.

    BR, Thomas

  • XoxxoxuatlXoxxoxuatl Posts: 23Questions: 3Answers: 0

    Hi Kevin,

    See if the example in this thread helps.

    This one uses .search (which updates the local storage), but i need a solution for the individual search using the $.fn.dataTable.ext.search array.

    I already postet a quick and dirty fix, but it was not published.

    BR, Thomas

Sign In or Register to comment.