grid view table tag

Hi,

How can I access grid view table class element(<table class="">).I want to do something like below to move column headers.

http://www.danvk.org/wp/dragtable/

Thanks

Aruna

Gridview has an option for that (items is the default):

‘itemsCssClass’ => ‘items blubb’,

You can find stuff like this in the API:

http://www.yiiframework.com/doc/api/

Note that when you search or sort with gridview, the original order is restored.

Thanks Narretz, it helped me.