cancel
Showing results for 
Search instead for 
Did you mean: 

DataTable in Activiti User Form

amp
Champ in-the-making
Champ in-the-making
How Can i show data in datatable in Activiti explorer. or Let's say if i want to take input from user and give option for add more data in user task form.
I can add textarea but how i can add datatable ?
Can Anyone show example or code ?

Thanks.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
You can create a custom form-property renderer. Take a look at the UserFormPropertyRenderer class, this is an example of a custom vaadin-control to edit form-properties. You can add your own implementation based on that…