mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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"
}
},
|
||
|---|---|---|
| .. | ||
| jquery.dataTables-1.9.4.d.ts | ||
| jquery.dataTables-tests.ts | ||
| jquery.dataTables-tests.ts.tscparams | ||
| jquery.dataTables.d.ts | ||