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?
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?
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.
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?