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 ?
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…