I have fixed the page info problem. Please see the code below.
vm.dtOptions = DTOptionsBuilder.newOptions().withPaginationType('full')
.withDisplayLength(10)
.withOption('bFilter', false)
.withDOM('<"top pull-left itemtableInfo"i>rt<"bottom"p>')
.withLanguage({
"sInfo": '<div><span class="searchDetail">Displaying _TOTAL_ results for <b>"'+$rootScope.searchValue+'"</b> </span><span class="searchCount pull-right">Showing _START_ to _END_ <a>Show All</a></span>',
"processing": "Processing...",
"loadingRecords": "Loading...",
"paginate": {
"first": '<i class="fa fa-backward" aria-hidden="true"></i>',
"last": '<i class="fa fa-forward" aria-hidden="true"></i>',
"next": "Next",
"previous": "Previous"
}
});
But still couldn't resolve the pagination button customization. I am closing this question as i have posted another question for page control issue. .
Link :
Angular datatable - get current page & Total page
If anyone have better solution for both the issues, please provide me with your suggestions :):)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…