Difference between aServerSide, serverSide, aProcessing, bProcessing and processing options

Difference between aServerSide, serverSide, aProcessing, bProcessing and processing options

laurentnicolaslaurentnicolas 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

Answers

  • laurentnicolaslaurentnicolas Posts: 4Questions: 1Answers: 0

    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.

  • laurentnicolaslaurentnicolas Posts: 4Questions: 1Answers: 0

    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

  • laurentnicolaslaurentnicolas Posts: 4Questions: 1Answers: 0

    UP?

  • Tom (DataTables)Tom (DataTables) Posts: 139Questions: 0Answers: 26
    edited July 2016

    aServerSide

    This has never existed, it's bServerSide

    The difference between bServerSide and serverSide 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

This discussion has been closed.