Many thanks Bruno I was digging into the appadmin trying to get the overflow stuff and putting it into my test view function.
With Datatables I didn't use overflow since a wild... Thanks again. Richard On Thu, Oct 27, 2011 at 4:04 PM, Bruno Rocha <[email protected]> wrote: > > > On Thu, Oct 27, 2011 at 5:51 PM, Richard Vézina < > [email protected]> wrote: > >> Hello Bruno, >> >> I am giving a ride to new SQLFORM.grid actually... And I wonder if there >> is a way to have a scroll bar for big table (large table)? Do I have to use >> jQuery UI? >> >> If so is there a predefined way of doing it? >> > > Include this in your css rules. > > .web2py_grid .web2py_table { > > 1. overflow: scroll; > > } >

