Pagination control not showing up
Pagination control not showing up
richbuff
Posts: 6Questions: 0Answers: 0
Hi!
I used a prior verion of the DataTables control and it was awesome. I am trying the new version on my current project, and the pagination controls are not showing.
I have a preloaded table that I am attaching the dataTables to.
Example: $("#mytable").dataTables()
I have tried setting bPaginate to true - no help.
I tried "sPaginationType": "full_numbers" - it shows the controls as text only (in spans)
(ex: Showing 21 to 30 of 1,000 entries
FirstPrevious12345NextLast)
Any ideas? I appreciate your help!
Rich
I used a prior verion of the DataTables control and it was awesome. I am trying the new version on my current project, and the pagination controls are not showing.
I have a preloaded table that I am attaching the dataTables to.
Example: $("#mytable").dataTables()
I have tried setting bPaginate to true - no help.
I tried "sPaginationType": "full_numbers" - it shows the controls as text only (in spans)
(ex: Showing 21 to 30 of 1,000 entries
FirstPrevious12345NextLast)
Any ideas? I appreciate your help!
Rich
This discussion has been closed.
Replies
Allan
Thanks! I added the Demo css files and the "Full_numbers" paging showed correctly. Unfortunately, I really want the two_button flavor and it doesn't show when I pass in the two_button param.
Any ideas? I even copied the setting our of the .js file (to eliminate spelling) :-)
Thanks, Again!
Rich
Allan
The issue was the paths to the images in the CSS. My path didn't resolve, and when I changed it, I magically saw the buttons. :-)