bJQueryUI isn't applying styling to column headers
bJQueryUI isn't applying styling to column headers
kendrickjosh
Posts: 14Questions: 0Answers: 0
Hello,
I've been using your library with JQuery and it's awesome! I've run into a little bit of trouble recently though. On my development machine I've got my app working great and looking exactly how I want it to. Using the bJQueryUI flag applies all the styles to the datatables tables I have on my web app.
When I move the exact same code into my production environment, the styling on the th tags goes away. I can tell the table is still styled though because the "show x entries search" bar has the correct style.
On my development machine I'm using the latest version of Firefox, but on my production machine I'm testing it against Firefox 3.6.26
It looks to be working alright on IE8, so I know my code is ok, but I'm trying to build it to work on Firefox. Is there some quick fix I can do to get this working on an earlier version of Firefox?
Thanks!
I've been using your library with JQuery and it's awesome! I've run into a little bit of trouble recently though. On my development machine I've got my app working great and looking exactly how I want it to. Using the bJQueryUI flag applies all the styles to the datatables tables I have on my web app.
When I move the exact same code into my production environment, the styling on the th tags goes away. I can tell the table is still styled though because the "show x entries search" bar has the correct style.
On my development machine I'm using the latest version of Firefox, but on my production machine I'm testing it against Firefox 3.6.26
It looks to be working alright on IE8, so I know my code is ok, but I'm trying to build it to work on Firefox. Is there some quick fix I can do to get this working on an earlier version of Firefox?
Thanks!
This discussion has been closed.
Replies
I found the debugger and I think I set it up correctly, debug data code is: ofewig
Name
Description
Agent
Time
So I just substituted the above code for the th's i had that weren't receiving the correct styles and it seemed to work, sorting and all. Also does not seem to affect forward compatibility either as firefox 4 still showed up correctly. Note: you will have to do the same thing for the footer obviously.