Jowin / Datatables-Bootstrap3

Plugin for Datatables Bootstrap3 UI Compatibility
215 stars 82 forks source link

Pagination buttons (not bs_normal) do not have a cursor #9

Closed nullivex closed 10 years ago

nullivex commented 10 years ago

They need to have

style="pointer: cursor;"

Applied to the buttons. Not having them makes this awkward to use.

nullivex commented 10 years ago

Thank you!

Jowin commented 10 years ago

You are welcome :-)

mkoryak commented 10 years ago

The reason the buttons do not have a pointer is because they do not have a href attribute defined. If fact, I am pretty sure these will break in older IE

nullivex commented 10 years ago

The fix in this issue added the href attributes.

mkoryak commented 10 years ago

Ah you are right, should have looked at the code there. I noticed that the numbered page links still do not have href attributes though.