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!

