Difference between aServerSide, serverSide, aProcessing, bProcessing and processing options
Difference between aServerSide, serverSide, aProcessing, bProcessing and processing options
laurentnicolas
Posts: 4Questions: 1Answers: 0
Hi,
Is there any documentation explaining the difference between :
- aServerSide and serverSide
- aProcessing, bProcessing and processing
(in the init options for dataTable)
Thanks for your help
This discussion has been closed.
Answers
I forgot to mention that I need to use "aProcessing" : true and "aServiceSide" : true to make my script work. Without it I don't get pagination.
Hi,
I've found this reference to "aProcessing" and "aServerSide" in several forums but no documentation for it. Does anyone know the difference with "serverSide" and "processing" ?
Thanks
UP?
This has never existed, it's
bServerSide
The difference between
bServerSide
andserverSide
is simply the style of notation.bServerSide
is legacy and is no longer documented but it is still supported for backwards compatibility.You can look at the notes for converting between 1.9 and 1.10 here
Thanks
Tom