Lines 38-49
var dataTablesDefaults = {
Link Here
|
38 |
}, |
38 |
}, |
39 |
// dom: '<"dt-info"i><"top pager"<"table_entries"lp><"table_controls"fB>>tr<"bottom pager"ip>', |
39 |
// dom: '<"dt-info"i><"top pager"<"table_entries"lp><"table_controls"fB>>tr<"bottom pager"ip>', |
40 |
layout: { |
40 |
layout: { |
|
|
41 |
//top3Start: ["info"], |
42 |
//top3End: null, |
43 |
//top2Start: ["pageLength", "paging"], |
44 |
//top2End: null, |
45 |
//top: ["search", "buttons"], |
46 |
//topStart: null, |
47 |
//topEnd: null, |
48 |
|
41 |
top2Start: ["info"], |
49 |
top2Start: ["info"], |
42 |
top2End: null, |
50 |
top2End: null, |
|
|
51 |
top: ["pageLength", "paging", "search", "buttons"], |
43 |
topStart: null, |
52 |
topStart: null, |
44 |
topEnd: null, |
53 |
topEnd: null, |
45 |
top: ["pageLength", "paging", "search", "buttons"], |
54 |
|
46 |
bottomStart: ["paging", "info"], |
55 |
bottomStart: ["info", "paging"], |
47 |
bottomEnd: null, |
56 |
bottomEnd: null, |
48 |
}, |
57 |
}, |
49 |
buttons: [ |
58 |
buttons: [ |
50 |
- |
|
|