Paging and Search failing to style
Paging and Search failing to style
Hello,
I am attempting to leverage datatables in my VB.net MVC app and have run into some issues with the styling of pagination, result numbers and search.
As seen in the image below the page numbers and top bar are not positioning/styling correctly. I have gone as far as breaking out to a new page and implementing nothing but the example provided on this site with no extras whatsoever (Got the same result as you can see in the screen shot).
Any advice here would be greatly appreciated
Replies
This example works:
https://datatables.net/examples/basic_init/zero_configuration.html
Can you post a test case showing the issue so we can help?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Seems like it would be some sort of CSS issue.
Kevin