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;

}

Reply via email to