grid[Permalink]widget:type = gridSuppose we have two tables, tbl_organisation and tbl_individuals, in the edit view for a record in the organisations table (tbl_organisations) we also want to be able to view and edit the individuals within this organisation we can use widget:type=grid In the /tables/tbl_organisation/fields.ini we create a transient field by adding:
The above assumes we have a relationship entry in our /tables/tbl_organisation/relationships.ini that looks like this:
The fields.ini will show the three columns shown in widget:columns from the table tbl_individual Correct permissions need to be set to enable editing and deletion etc of these records. blog comments powered by Disqus |