Unfortunately you can't. That option is only configurable at initialisation and cannot then be changed. One thing you could try, is to call destroy() and then reinitialise, with serverSide set to false. It will only retain the data currently in the DOM, but it might do what you want,
Answers
H @艾诺一号 ,
Unfortunately you can't. That option is only configurable at initialisation and cannot then be changed. One thing you could try, is to call
destroy()
and then reinitialise, withserverSide
set to false. It will only retain the data currently in the DOM, but it might do what you want,Cheers,
Colin