How can I manipulate datatables cookies (working with "bStateSave": true)

How can I manipulate datatables cookies (working with "bStateSave": true)

daniel_rdaniel_r Posts: 460Questions: 4Answers: 67
edited January 2014 in DataTables 1.9
Hi,

I was wondering if there is a way to manipulate (write/read) into datatables cookies? I need it for reading the sSearch of each column and for writing too.

Thanks ahead.

Replies

  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    The fnStateSaveParams and fnStateLoadParams callbacks can be used to manipulate the data that is saved / loaded, but there is no "random access" to the state save cookies - its all controlled by DataTables.

    Allan
This discussion has been closed.