Commit Graph

26 Commits

Author SHA1 Message Date
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09: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
Gordey Doronin
ba8a9c2e21 Fixed wrong draw() method description
It seems `draw()` method description has been copy-pasted from `destroy()` method.
Now fixed.
Proof http://datatables.net/reference/api/draw%28%29
2015-10-12 17:58:33 +06:00
pingcrosby
c3d8ef3939 Set LanuageSettings to optional
Language info fields marked as optional to allow constructs as

var table = $('#example').DataTable({

processing: true,
serverSide: true,
pagingType: "full_numbers",
lengthMenu: [5, 10, 15],
language:  {
paginate: {
first: "Fsairst",
last: "Laasst",
next: "Nexast",
previous: "Preavious"
}
},
2015-06-08 13:30:55 +01:00
Robert Dennis
1fe8043148 jquery.dataTables - fix FunctionColumnRender and FunctionColumnData signitures. 2015-04-29 23:10:02 -04:00
Robert Dennis
554a62d829 Revert "Fix query.dataTables column.render signature"
This reverts commit b95c1c9d13.
2015-04-21 11:13:17 -04:00
Robert Dennis
b95c1c9d13 Fix query.dataTables column.render signature 2015-04-21 10:15:41 -04:00
vvakame
3582b1f8cc Merge branch 'master' of https://github.com/Silver-Connection/DefinitelyTyped into Silver-Connection-master 2015-04-07 23:18:56 +09:00
vvakame
72cfe40412 create old jquery.dataTables definition backup 2015-04-07 23:18:27 +09:00
Kiarash Ghiaseddin
dac611a93d Add missing reference path to jquery.d.td 2015-03-25 19:31:16 +01:00
Kiarash Ghiaseddin
cc4234e4c7 Update header 2015-03-25 17:57:32 +01:00
Kiarash Ghiaseddin
9e571910b4 Add 'old' api Settings, new namespace is SettingsLegacy
# Add 'old' api Settings, new namespace is SettingsLegacy
# Fix header
2015-03-25 16:56:15 +01: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
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
TessenR
845070d832 Field name fix
According to official documentation correct name is bServerSide

doc:
http://datatables.net/docs/DataTables/1.9.0/DataTable.models.oSettings.oFeatures.html
2014-07-04 16:00:31 +04:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09: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
Armin Sander
7e070a8845 add jquery.dataTables 2013-05-25 21:49:13 +02:00