There are no pagination buttons
There are no pagination buttons
gat0r
Posts: 2Questions: 0Answers: 0
Hello,
I'm trying to use dataTables inside iGoogle gadget and after my table is ready there are no pagination buttons available. I have a table and I'm using the dataTables in a simpliest way:
$("#mytableid").dataTable();
After browsing elements of my page I can see that the corresponding div's are empty:
I assume that there should be some logic for buttons, etc. Any ideas of why this is happening?
I've tried to switch to "full_numbers", there I can see just a simple text "FirstPrevious123...NextLast" in one row without any button functionality.
I suppose that something isn't going the right way after parsing my table, but I don't know where to search. Any hints?
My table doesn't have part. And there are no css styles applied.
I'm trying to use dataTables inside iGoogle gadget and after my table is ready there are no pagination buttons available. I have a table and I'm using the dataTables in a simpliest way:
$("#mytableid").dataTable();
After browsing elements of my page I can see that the corresponding div's are empty:
I assume that there should be some logic for buttons, etc. Any ideas of why this is happening?
I've tried to switch to "full_numbers", there I can see just a simple text "FirstPrevious123...NextLast" in one row without any button functionality.
I suppose that something isn't going the right way after parsing my table, but I don't know where to search. Any hints?
My table doesn't have part. And there are no css styles applied.
This discussion has been closed.
Replies