datatable CSS not working properly in fireox
datatable CSS not working properly in fireox
rahul007
Posts: 5Questions: 0Answers: 0
M fairly new to datatable....if any body knw plz help....
Thanks n regards
Rahul
Thanks n regards
Rahul
This discussion has been closed.
Replies
I use DataTables with jQuery UI and do 80% of my developing in Firefox (other 20% is just compatibility testing; Firefox is my baseline). I've never noticed a problem with the DT CSS.
When I view live examples here (on Datatables.net) I also do not see any problems with the CSS. I suspect the problem is not DataTables itself, but a conflict with some of your other CSS that is causing rendering issues.
Or you simply don't have the DataTables CSS included at all; double-check in a web developer tool (like Firebug) that the CSS is actually present and accounted for.
.
.
.
.
.
and set "bLengthChange": true, and
"bFilter": true
for data table
Its working fine in chorme and IE but in firefox..the Grid is coming between lenghchange and filter and also going out side the div..... I hope u got my problem...
I still do not suspect CSS. I suspect HTML. Based on your description, tags are not in the "standard" order, and IE and Chrome are making a different set of rendering decisions than Firefox.
Each browser will compensate for "non-standard" tag order in their own way, and Firefox happens to be doing it in a way that ends up breaking your page.
That's my best guess. ;-)
thanks in advance...
I don't reasonably see any way to use the default settings to keep the search box visible at all times but still scroll the table horizontally.
You will probably need to position the search box outside of the table and use the API for searching. Unfortunately I have never done this and therefore do not have code samples. There is probably sample code somewhere on the site or in a previous forum post.