Alot of Space Below the Table?
Alot of Space Below the Table?
[code]
<!--This is coding for the repeater -->
jQuery(function () {
$('#tblSearchNormalFine').dataTable({ "oLanguage": { "sSearch": "Search:" },
"iDisplayLength": 10,
"aaSorting": [[0, "asc"]],
"bAutoWidth": false,
"bStateSave": true
});
});
[/code]
The best way to explain would be, See the as a container. if i have one item then my container stays a fixed width,
e.g
|
| 1 item
|
|
|
|
|
___________________________________end of container
this is alot of space, i understand that the table stretches as more items come into play, but is there a way to reduce the space thats there if i only have very few items like 1,2 or 3 ?
Is this a styling issue or script? is it the table, or tbody?
thanks in advance
<!--This is coding for the repeater -->
jQuery(function () {
$('#tblSearchNormalFine').dataTable({ "oLanguage": { "sSearch": "Search:" },
"iDisplayLength": 10,
"aaSorting": [[0, "asc"]],
"bAutoWidth": false,
"bStateSave": true
});
});
[/code]
The best way to explain would be, See the as a container. if i have one item then my container stays a fixed width,
e.g
|
| 1 item
|
|
|
|
|
___________________________________end of container
this is alot of space, i understand that the table stretches as more items come into play, but is there a way to reduce the space thats there if i only have very few items like 1,2 or 3 ?
Is this a styling issue or script? is it the table, or tbody?
thanks in advance
This discussion has been closed.
Replies
Allan