apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Change DMN Runner table to use one table for inputs and outputs #377

Open ljmotta opened 1 year ago

ljmotta commented 1 year ago

Currently, DMN Runner uses two tables, one for inputs and the other for outputs. This can cause some inconsistencies and adds complexity to syncing both tables. Changing it to one table would improve UI and UX.

### Acceptance criteria
- [ ] DMN Runner Table should render one table instead of two;
- [ ] The outputs should always be visible, so it requires adding a column freeze functionality in the table.
tiagobento commented 1 year ago

@ljmotta IIRC, solving this would solve this too, right?