equation-admin-template
Version:
Booststrap 4 admin template made by equation
36 lines (25 loc) • 807 B
JavaScript
var DTcustomsetting = {
languagePagination: {
"paginate": {
"previous": "<i class='flaticon-left-arrow-1'></i>",
"next": "<i class='flaticon-right-arrow-1'></i>"
},
"info": "Showing page _PAGE_ of _PAGES_"
},
};
var DTcustomsetting = {
languagePagination: {
"paginate": {
"previous": "<i class='flaticon-left-arrow-1'></i>",
"next": "<i class='flaticon-right-arrow-1'></i>"
},
"info": "Showing page _PAGE_ of _PAGES_"
},
languagePaginate: {
"previous": "<i class='flaticon-left-arrow-1'></i> Previous",
"next": "Next <i class='flaticon-right-arrow-1'></i>"
}
languageInfo: {
"Showing page _PAGE_ of _PAGES_"
}
};