Thanks, This worked nicely.
On Feb 15, 8:24 am, Bruno Rocha <rochacbr...@gmail.com> wrote: > Now I tested here and works. > > ----------------------------------------- > {{extend 'layout.html'}} > > <style> > .tablewrapper{ > width:400px !important;} > > </style> > <div class='tablewrapper'> > {{=table}} > </div> > ------------------------------------------