Hello everyone, the SQLFORM.grid customization is very wide(i think is 
using the ui = ....), i need some help with
the edit,view Views, by the way im not using the native web2py bootstrap, 
im using mdbootstrap, 
i know my problem is related to this, but cant find any info about the grid 
customization in the views
this is my grid...


grid = SQLFORM.grid(db1.sometable,
                    _class="table table-striped",
                    create=False,
                    searchable=False,
                    csv=False,
                    formname="text-center border border-light p-5",
                    user_signature=False,
                    ui=dict(widget='',
                            header='',
                            content='',
                            default='',
                            cornerall='',
                            cornertop='',
                            cornerbottom='',
                            button='btn btn-info btn-dark-green p-2 
waves-effect waves-light',
                            buttontext='buttontext button',
                            buttonadd='icon plus icon-plus glyphicon 
glyphicon-plus',
                            buttonback='icon leftarrow icon-arrow-left 
glyphicon glyphicon-arrow-left',
                            buttonexport='icon downarrow icon-download 
glyphicon glyphicon-download',
                            buttondelete='fa fa-remove mt-0',
                            buttonedit='fa fa-pencil mt-0',
                            buttontable='icon rightarrow icon-arrow-right 
glyphicon glyphicon-arrow-right',
                            buttonview='fa fa-info-circle mt-0',
                            ),
                    formstyle='',
                    )


thanks in advance... waiting for your kind help

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to