jomarko opened a new issue, #2135: URL: https://github.com/apache/incubator-kie-issues/issues/2135
We should improve displaying array results in these scenarios: ### Empty array in DMN Runner Output Form Currently the empty array result is displayed as **(null)**, what is not appropriate information. We should display it as **[]** to not confuse users. ### Non Empty array in DMN Runner Output Table Currently displaying non empty array result in the DMN Runner Output Table display correct count of columns, however there are missing data. There are columns with indexes/labels for each element. Lets say array result containing three elements display three columns: - **[0]** - **[1]** - **[2]** however each data cell is empty, even if the particular element is non empty value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
