|
Lines 119-125
$(document).ready(function () {
Link Here
|
| 119 |
pageSize = results.length; |
119 |
pageSize = results.length; |
| 120 |
// These values are completely arbitrary, but they enable |
120 |
// These values are completely arbitrary, but they enable |
| 121 |
// us to display pagination links |
121 |
// us to display pagination links |
| 122 |
(data.recordsFiltered = 5000), (data.recordsTotal = 5000); |
122 |
((data.recordsFiltered = 5000), (data.recordsTotal = 5000)); |
| 123 |
|
123 |
|
| 124 |
return results; |
124 |
return results; |
| 125 |
}; |
125 |
}; |
| 126 |
- |
|
|