Commit Graph

13 Commits

Author SHA1 Message Date
Craig Boland
912bbfc70d Updated jquery.dataTables for 1.10.8 (#11718)
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.
2016-10-25 22:22:35 +09:00
Thomas G
69c68a0ae0 jquery.dataTables fix (#11806)
Added missing index argument
2016-10-06 14:19:14 -07:00
Craig Boland
3518ba75e1 Updated jquery.dataTables for 1.10.7. (#11408)
* 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.
2016-09-28 22:05:50 +09:00
Boland, Craig
19425cf327 Updated jquery.dataTables.d.ts for 1.10.6.
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.
2016-09-20 12:22:11 -05:00
vvakame
39f22f95a3 change permission 0755 to 0644 2016-03-10 23:03:55 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Robert Dennis
1fe8043148 jquery.dataTables - fix FunctionColumnRender and FunctionColumnData signitures. 2015-04-29 23:10:02 -04:00
Kiarash Ghiaseddin
8fa411866a Add reference paths 2015-02-18 12:42:18 +01:00
Kiarash Ghiaseddin
845b8e3ccb Add (legacy) Settings for internal api use
# Add (legacy) Settings for internal api use
# Remove I from naming
# Update tests
2015-02-18 01:53:48 +01:00
Kiarash Ghiaseddin
09a539b811 New jquery.dataTables.d.ts for new API 1.10.x
# complete file adding new Settings and API for dataTable
# all methods and settings for 1.10.5
# basic testing
2015-02-13 14:25:32 +01:00
Armin Sander
65a37c72a7 Make jquery.dataTables compile with Typescript 0.9 2013-06-25 11:06:40 +02:00
Armin Sander
ec5998245e remove trailing empty lines form jquery.dataTables-tests.ts 2013-05-25 21:50:44 +02:00
Armin Sander
8906e564db rename jquery.dataTables tests so that the testrunner can locate it 2013-05-25 21:50:33 +02:00