Hi,
I would like to create a table of tasks related to ArrayCollection of
task (idTask, idUser, label).
My datagrid contains the following column: idTask, idUser, label and
free (saying if the task is free or already taken).
If the task is taken, IDUser has for value the identifier of the user
if not IDUser = 0;
The column free contains for each task a button with :
- if the task is free a button to take.
- if the task is taken a button to free.
How to put the good button in each line of the table at the creation
of this one.
Thanks for your assistance.