paging type input with bstatesave : true not working
paging type input with bstatesave : true not working
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
This discussion has been closed.
Answers
By default,
stateSavejust saves the data intolocalStorage, 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
stateSaveCallbackandstateLoadCallbackto do deal with that.Colin