Moreover, if you are interested (I don't know if this is documented), you
could change breadcrumbs divider and assign a css class to breadcrumbs
itself.
The complete signature for the smartgrid is indeed the following:
SQLFORM.smartgrid( table,
constraints=None,
linked_tables=None,
links=None,
links_in_grid=True,
args=None,
user_signature=True,
divider='>',
breadcrumbs_class='',
**kwargs):
Il giorno mercoledì 5 settembre 2012 21:33:29 UTC+2, Adi ha scritto:
>
> thanks Paolo... worked perfectly.
>
> On Wed, Sep 5, 2012 at 1:59 PM, Paolo Caruccio
> <[email protected]<javascript:>
> > wrote:
>
>> to display all breadcrumbs in the same line please try to append to
>> web2py.css following rule
>>
>> li.w2p_grid_breadcrumb_elem {
>> display:inline-block;
>> }
>>
>> in versions >= 2.0.2 web2py.css file has the right rule, so this issue
>> should arise only with previous experimental versions.
>>
>> Il giorno giovedì 30 agosto 2012 17:29:25 UTC+2, Adi ha scritto:
>>
>>> Smartgrid used to display the table name automatically. Is that supposed
>>> to be as before?
>>>
>> --
>>
>>
>>
>>
>
>
--