I have a table which comes from database , in this table I have 2 columns and now i want to add third column as action(button)which is given as collection , if number of rows increases number of buttons also need to increase, but my problem is I am unable to give the custom widget button to the bonita table , Please help me . Thanks in Advance.
Hi,
Bonita table widget was not designed to include other widgets. Instead I recommend that you use a container widget. The container widget can act as a “row of a table”. You can add all the widgets you want in the container (including buttons). And you can make the container widget repeat using the container “Collection” attribute.
I create an example that might be helpful.
Thanks antoine.mottier for reply, actually I done the same thing but the alignment is not coming properly and I have the scenario like this, I have 3 columns ID, Name, Action. In ID I have some caseID and in name I will have task name and in Action I will have Button, when I click on the first button first row caseID task need to start. If I click on second button second row caseID need to start.Please help me.
If I try to sum up you want to have a task list that display case id, task name and a button to perform the task is that correct?
So far do you managed to create the container widget and use a variable to have multiple “instances” of this container widget (one for each task) and display case id and task name?
If you can share your project as .bos file on Google Drive, Dropbox… that would be helpful.