Lines 21-27
var dataTablesDefaults = {
Link Here
|
21 |
"sLoadingRecords" : window.MSG_DT_LOADING_RECORDS || "Loading...", |
21 |
"sLoadingRecords" : window.MSG_DT_LOADING_RECORDS || "Loading...", |
22 |
"sProcessing" : window.MSG_DT_PROCESSING || "Processing...", |
22 |
"sProcessing" : window.MSG_DT_PROCESSING || "Processing...", |
23 |
"sSearch" : window.MSG_DT_SEARCH || "Search:", |
23 |
"sSearch" : window.MSG_DT_SEARCH || "Search:", |
24 |
"sZeroRecords" : window.MSG_DT_ZERO_RECORDS || "No matching records found" |
24 |
"sZeroRecords" : window.MSG_DT_ZERO_RECORDS || "No matching records found", |
|
|
25 |
buttons: { |
26 |
"copyTitle" : window.MSG_DT_COPY_TITLE || "Copy to clipboard", |
27 |
"copyKeys" : window.MSG_DT_COPY_KEYS || "Press <i>ctrl</i> or <i>⌘</i> + <i>C</i> to copy the table data<br>to your system clipboard.<br><br>To cancel, click this message or press escape.", |
28 |
"copySuccess": { |
29 |
_: window.MSG_DT_COPY_SUCCESS_X || "Copied %d rows to clipboard", |
30 |
1: window.MSG_DT_COPY_SUCCESS_ONE || "Copied one row to clipboard" |
31 |
} |
32 |
} |
25 |
}, |
33 |
}, |
26 |
"dom": '<"top pager"ilpfB>tr<"bottom pager"ip>', |
34 |
"dom": '<"top pager"ilpfB>tr<"bottom pager"ip>', |
27 |
"buttons": [], |
35 |
"buttons": [], |
28 |
- |
|
|