|
@@ -21,6 +21,9 @@
|
|
|
formatNoMatches: function () {
|
|
formatNoMatches: function () {
|
|
|
return 'No matching records found';
|
|
return 'No matching records found';
|
|
|
},
|
|
},
|
|
|
|
|
+ formatPaginationSwitch: function () {
|
|
|
|
|
+ return 'Hide/Show pagination';
|
|
|
|
|
+ },
|
|
|
formatRefresh: function () {
|
|
formatRefresh: function () {
|
|
|
return 'Refresh';
|
|
return 'Refresh';
|
|
|
},
|
|
},
|