Introduction
Datatables 1.10.x is the latest release as of now. Though it is backwards compatible to the previous versions (1.9 etc.), it is highly advisable to use the latest version which directly returns a
datatable api
object. Another major change, that is the most visible, is the change from
Hungarian Notation to
camelCase
Syntax
- The only major syntax change is the usage of camelCase everywhere
instead of the Hungarian Notation.
- A more detailed guide can be
found here which
involves the conversion of parameters in <1.10 to 1.10+