On 9 July 2012 09:27, Janath <[email protected]> wrote: > when I have following: > > return dict(form=form, path=form.vars.rule_path, recs=recs) > > > and, even if the recs have one column, when I display, it does limit the > column size to some value as follows: > > rules.rule_name > branch_indivi... > bus_individua... > bus_individua... > psse32envset.py > > > how can I increase the column size, so everything is displayed rather than > having ... > > Appreciate a workaround! >
It depends on what you are using to display the data. If you use SQLFORM.grid you can apply maxtextwidth = ... In SQLTABLE you can use the 'truncate' argument. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)

