Hi to all,
I am new to Grocery CRUD first want to thank for this amazing framework! As I have some years of CodeIgniter experience this frameworks seems to fit my current needs very well :-)
I am currently creating a simple web application for managing persons/rentors, rooms and contracts. E.g. persons <> rooms are related 1:n (one person can be associated to n rooms). In my crud instance "persons" I am showing a column "Rooms" containing the result of my set_relation_n_n result (a list of rooms of each person).
Grocery CRUD seems to create this comma separated list by itself.
I am wondering if it is possible to create a link for each value within this comma separated list. In my case I want to link to the /read page of my "rooms" table.
I understand callback_column() a little bit so far; also how to $row works but I can not apply callback_column to my rooms comma list.
Thanks to all in advance
-Rob