Are you trying to remove the header? I do not think we have an option for that. You can try hide it using jquery.
On Wednesday, 9 May 2012 12:26:09 UTC-5, Franzé Jr. wrote: > > About smartgrid, I have a doubt: > > <h3> > <a class="w2p_trap" href="#">Name of my table</a> > </h3> > > How to disable this when I've generated the smartgrid ? > > Thanks in advance, > > On Tue, May 8, 2012 at 9:12 PM, Derek <[email protected]> wrote: > >> I'd like to change the link 'Add' in the smartgrid to use my 'register' >> instead of the default 'new' function. >> So, to explain, I created a 'register' as shown here: >> >> http://web2py.com/books/default/chapter/29/7#One-form-for-multiple-tables >> >> >> it's not actually a registration link, more like a 'create a new contact >> at this address with this login' and contact, address, and login are three >> tables. >> >> Is there a way I can say 'when they click the "Add" button on the >> smartgrid, go to "register" instead of /new/contact' ? >> If I can disable the 'add' button, then I could just add my own 'add new >> contact' button to the page though, and still have the search features. >> >> > > > -- > Franzé Jr > http://lia.ufc.br/~franzejr > >

