Basic formatting
Basic formatting
spitfire45
Posts: 18Questions: 0Answers: 0
I need to start out by saying what a great job you guys have done developing this plugin.
I have been playing around with it today using the example in "Jquery 1.3 with PHP" from PackT.
Couple of questions which I couldn't find from your site - firstly how do I change the alternate row colours - I am using a ThemeRoller style but these don't change. Secondly how do I go about formating the header and footer, at the moment these need some padding. e,g around the search box.
The example can be viewed at http://198.171.171.82/9-5_caching/table.html
Many thanks!
I have been playing around with it today using the example in "Jquery 1.3 with PHP" from PackT.
Couple of questions which I couldn't find from your site - firstly how do I change the alternate row colours - I am using a ThemeRoller style but these don't change. Secondly how do I go about formating the header and footer, at the moment these need some padding. e,g around the search box.
The example can be viewed at http://198.171.171.82/9-5_caching/table.html
Many thanks!
This discussion has been closed.
Replies
2. Again use CSS to do this. The class information you need can be found here: http://datatables.net/styling/ids_classes . Poking around in Firebug is really useful for this kind of thing.
Allan