refresh issue - DataTables 1.10.9 - ServerSide+Pipeline

refresh issue - DataTables 1.10.9 - ServerSide+Pipeline

alexvremjaalexvremja Posts: 11Questions: 2Answers: 1

Hi!

I'm using latest version of DataTable, using serverside data w/pipeline:

works (almost) everything OK have issue when I use

table.ajax.reload()
or
table.ajax.draw()

since I use also stateSaveCallback and stateLoadCallback

when I call for reload or redraw the table it fires stateSaveCallback ajax call and not the main call (pipelined)

how can solve?

Thanks

This discussion has been closed.