Creating Table Input in Form Editor

1
0
-1

Hi Everyone,
Basically I want to create table to input timesheet table.
So user can input into table like in Excel spreadsheet.
How to do it in Bonita Form Editor?

Regards,
Iman

CaptureBonita1.png

1 answer

1
0
-1

Hi,

This is not easy, but you can make a custom widget using Angular JS based on this or this examples.

I have made something like this but not with a table, I made a regular form using a container and an array. You can see on this video how to do this (the video is for a previous version but it works yet).

Notifications