IE table column are not aligned
IE table column are not aligned
wjshohs
Posts: 29Questions: 0Answers: 0
Into IE7, IE8 we have different widths between header and data
Into FF this is ok. Horizantol scroll is on.
$('#example').dataTable( {
"sDom": 't',
"bProcessing": false,
"bServerSide": true,
"bLengthChange": false,
"bInfo": false,
"bFilter": true,
"sAjaxSource": "<?=$this->urls->base?>reports/api_matchedproducts/",
"sScrollX": "100%",
//"sScrollXInner": "800%",
"bScrollCollapse": true,
"bAutoWidth": true,
"bLengthChange": true,
"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 0,3,13,14 ] },
{ "bVisible": false, "aTargets": [ 3,5,6 ] }
]
});
Into FF this is ok. Horizantol scroll is on.
$('#example').dataTable( {
"sDom": 't',
"bProcessing": false,
"bServerSide": true,
"bLengthChange": false,
"bInfo": false,
"bFilter": true,
"sAjaxSource": "<?=$this->urls->base?>reports/api_matchedproducts/",
"sScrollX": "100%",
//"sScrollXInner": "800%",
"bScrollCollapse": true,
"bAutoWidth": true,
"bLengthChange": true,
"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 0,3,13,14 ] },
{ "bVisible": false, "aTargets": [ 3,5,6 ] }
]
});
This discussion has been closed.
Replies
Num matches
Num products
My id
Cat. level 1
Cat. level 2
Cat. path
Price
Relative price%
Mfgr/brand
Mfgr #
Availability
Sale/promo
Labels
<?php foreach ($this->sites as $site):
?>
<?=$site["site_name"]?> price
<?=$site["site_name"]?> % expensive
<?=$site["site_name"]?> availability
<?=$site["site_name"]?> sale/promo
<?php endforeach;
?>
Loading data from server
Group
Num of matches
Num of products
From product id
Cat. level 1
Cat. level 2
Category
Price
Relative price%
Mfgr
Mfgr product_id
Url
Sale
Labels
<?php foreach ($this->sites as $site):
?>
<?=$site["site_name"]?> price
<?=$site["site_name"]?> % expensive
<?=$site["site_name"]?> availability
<?=$site["site_name"]?> sale/promo
<?php endforeach;
?>
Assign to label
Drill down
http://datatables.net/forums/comments.php?DiscussionID=2624&page=1
or
http://stackoverflow.com/questions/2425572/ie-horizontal-scroll-problem
?
Allan
Allan
Allan
We are doing donation also on DiscussionID=3503, but those answer didnt help too.
So we have no any positive result in those questions((
Also I have issue with vertical scroll - it is there DiscussionID=4047. Could you make some comment about it?
Whenever the content in has more than one line, i.e. wrapped, the and will be out of alignment for IE8.
Everything works fine on Firefox. The alignment between header and td is perfect.
If you want, I can email a small example.
http://social.msdn.microsoft.com/Forums/en/iewebdevelopment/thread/afb57ce6-d149-4a09-8811-63c0645c92e6