views:

40

answers:

2

I need to theme some tables, and I want to accomplish this using jQueryUI.

Where can I find some examples, resources, links and demos of this?

A: 

I've used this method with great success:

http://www.ke-cai.net/2010/01/theme-your-table-with-jquery-ui.html

You could always apply the classes directly to the table to reduce javascript overhead as well.

Stephen
A: 

Do you have to use jquery to theme the table? Maybe I'm missing something here, but isn't bringing in jquery + jquery.ui a bit of an extreme overhead for what could just be done through CSS?

cdutson
Of course that would be too much. But if you've loaded jQuery UI for something else in the project already, it's just a small matter theme your tables as well.
Stephen