paging type input with bstatesave : true not working

paging type input with bstatesave : true not working

sharath_nsharath_n Posts: 1Questions: 1Answers: 0

one admin login having 5 pages of records , when select records of 5th page and logout. then again login to the another admin having only 3 pages of records , but records are not showing in datatable because of bsatesave:true still searching for 5 page record.
need help for above issue

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    By default, stateSave just saves the data into localStorage, and expects the table to be the same when it's reloaded.

    If it is changing, or if you want user specific saving, then you would need to use stateSaveCallback and stateLoadCallback to do deal with that.

    Colin

This discussion has been closed.