Release Notes: https://cdn.datatables.net/1.10.8/
* Expanded .draw() parameter data type to allow string.
* Added "serverSide" parameter to page.Info() return type.
* $.fn.dataTable.tables() can now return instance of DataTables API.
* Added rowId option.
* Added row().id() method.
* Added rows().ids() method.
* Added count() method.
* Added 'numbers' paging option.
* Resolved implicit 'any' instances in test file.
* Attempt to clarify use of $.fn.dataTable.tables() method in test file.
Note: rows().every(), columns().every(), cells().every() parameter list was incorrectly updated in the 1.10.6 version of this file. The parameters listed apply to 1.10.8.
Note: the added 'postfix' option to 'number' renderer appears to be used internally.
* Updated the RowMethods interface
This Interface was missing the Definition of the id() method.
Link to official documentation: https://datatables.net/reference/api/row().id()
* Changed indentation from tabs to spaces
* Updated jquery.dataTables for 1.10.7.
Version release notes: https://cdn.datatables.net/1.10.7/
* Added any()
* Added i18n()
Note: selector-modifier support currently exists with interface ObjectSelectorModifier.
* Added strong variable typing in jquery.dataTables-tests.ts
* For parameter 'def', replaced 'Object' data type with 'any' per TypeScript declaration file guidance.
Version release notes: https://cdn.datatables.net/1.10.6/
* Added rows().every()
* Added columns().every()
* Added cells().every()
* Added init()
* Expanded method signature when ajax.data is used as a function.