mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 22:38:16 +08:00
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.