tiagobento opened a new issue, #3738: URL: https://github.com/apache/incubator-kie-tools/issues/3738
As `BeeTable` and `Unitables` are generic components, they should't contain any references or special logic for the DMN-related use-cases they have. `BeeTable` - Created as the table component for the DMN Boxed Expression Editor (Bee), but evolved to be used on DMN Runner, SceSim, and other use-cases. `Unitables` - Created as a generic package inspired by `uniforms` to render a table based on a JSON Schema. `Unitables` uses the `BeeTable`. ```[tasklist] ### Acceptance criteria: - [ ] All FIXMEs referring to this issue should be addressed on BeeTable and Unitables. - [ ] New APIs should be exposed by `BeeTable` and `Unitables` to support all existing use cases without any drawback. ``` -- 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]
