Best way is using CSS
the default will give you:
<table class="powerTable">
so in your view
.powerTable{
width:400px !important;
}
--
Bruno Rocha
http://about.me/rochacbruno/bio
2011/2/14 tomt <[email protected]>
> Hello,
>
> I would like to be able to change the width of the powertable output.
> It seems to be set at a fixed value. I was able to influence the
> column width by setting
> .dtfeatures['bAutoWidth'] = False but the header and trailer remain
> the same width. Is this controlled by an option? Is it set in the
> css? Any suggestions?
>
> Thanks in advance. - Tom