> > grid and smartgrid are not the best way to achieve what you are trying to > do.
Well, this is really a tree structure, but grid gives me rough & easy way to achieve this :) http://galvosukykla.lt/failai//tmp/nested_tables_grid.png For my app this kind of view is OK for workflow... *** Smartgrid follows nesting logic as well (but needs click'ing) there are two downsides, I see: 1) DB requests are made per branch (not per table) 2) columns are not aligned the same for same depth but separate branch rows (could be alligned with some jquery?) 3) the crud methods give duplicated/triplicated forms -- probably for each level http://galvosukykla.lt/failai//tmp/nested_tables_grid_viewdetails.png (could be fixed with some option mangling I guess - any suggestions?) any other thoughts...? -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

