Lines 36-42
var dataTablesDefaults = {
Link Here
|
36 |
excel: __("Excel"), |
36 |
excel: __("Excel"), |
37 |
}, |
37 |
}, |
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: { |
41 |
//top3Start: ["info"], |
42 |
//top3End: null, |
43 |
//top2Start: ["pageLength", "paging"], |
44 |
//top2End: null, |
45 |
//top: ["search", "buttons"], |
46 |
//topStart: null, |
47 |
//topEnd: null, |
48 |
|
49 |
top2Start: ["info"], |
50 |
top2End: null, |
51 |
top: ["pageLength", "paging", "search", "buttons"], |
52 |
topStart: null, |
53 |
topEnd: null, |
54 |
|
55 |
bottomStart: ["info", "paging"], |
56 |
bottomEnd: null, |
57 |
}, |
40 |
buttons: [ |
58 |
buttons: [ |
41 |
{ |
59 |
{ |
42 |
fade: 100, |
60 |
fade: 100, |
43 |
- |
|
|