tiagobento opened a new issue, #3740: URL: https://github.com/apache/incubator-kie-tools/issues/3740
Given the dynamic nature of the BeeTable, some current behaviors are not aligned with the data stored on each of its cells. For copy/cut/paste/reset operations, there are places still using plain strings and concatenating the values of refs with the same coordinates. ### Support team questions 1. Can you copy/paste contents from other than Excel? i.e. CSV file? _currently no_ 2. What happens if the pasted data has more columns/rows than the decision table? _currently data are cropped_ 3. What happens if the pasted data does not conform to the columns data types? i.e. pasting strings into numbers field _currently we do not check type compatibility_ ```[tasklist] ### Acceptance criteria: - [ ] All FIXMEs referring to this issue must be fixed. - [ ] The definitions of the operations' behaviors must be added to this issue. ``` -- 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]
