Pagination Button Styles
Pagination Button Styles
ankurbhargava2000
Posts: 1Questions: 1Answers: 0
Hi All,
I am using bootstrap version of DataTables with pagination. But I found that pagination buttons are disabled when there are no records or less records but at the same time red ball icon is also coming when user focus cursor on those buttons. Is there a way to remove this icon.
I am seeing this icon in bootstrap version only, In normal version of data table I am not seeing this icon.
Regards
Ankur
This discussion has been closed.
Answers
Hi Ankur,
Could you clarify what you mean by "red ball"? I've just put this trivial example together: http://live.datatables.net/hihukaca/1/edit . In Chrome Mac a grey no entry icon is shown for the "Previous" / "Next" buttons. That is defined in Bootstrap itself for pagination buttons which are disabled.
Allan