Pagination buttons are not viewing/aligned correctly
Pagination buttons are not viewing/aligned correctly
viji_laks
Posts: 5Questions: 0Answers: 0
Hi Allan,
Thank you for the wonderful plugin.
But I have an issue with displaying my nav. buttons on top right of my table. They appear one by one with an unidentifiable "cursor" like image at the top of it. So, pretty much 4 lines are occupied to show 2 buttons. I'm sure I'm not using my css correctly..I'm a newbie to JS and to JQuery/datatables. Kindly help me identify the issue and solve it.
(Not sure how I could attach the JPEG of my page image to show the problem)
Thanks
Thank you for the wonderful plugin.
But I have an issue with displaying my nav. buttons on top right of my table. They appear one by one with an unidentifiable "cursor" like image at the top of it. So, pretty much 4 lines are occupied to show 2 buttons. I'm sure I'm not using my css correctly..I'm a newbie to JS and to JQuery/datatables. Kindly help me identify the issue and solve it.
(Not sure how I could attach the JPEG of my page image to show the problem)
Thanks
This discussion has been closed.
Replies
css:
div.rightcolumn {
float:right;
width:10%;
height:auto;
}
$('#listTableId').dataTable( {
"bJQueryUI": true,
"sPaginationType": "two_button",
"bLengthChange": false,
"bProcessing": true,
"bInfo": true,
"bFilter": false,
"aaSorting": [[1, "desc"]],
"aoColumns": [{ "sType": "html" }, { "sType": "liveStart_date" }, { "sType": "archEnd_date" }, { "sType": "html" }],
"sDom": '"<"rightcolumn"p><"top"i>rt<"bottom"><"clear">'
});
If you can link to a page showing this problem that would be good.
Allan
I'm using 1.8 version from the start, so I had put that in that category.. I did not try in 1.7...
I'm running this in my local weblogic and this page is the outcome of an ajax call which needs some parameters for the call, not sure how I could give that link, even if it is accessible from outside...
Thank you for such a quick response and sorry for having wasted your time (a typical newbie problem).