-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to resize decision table columns #500
Comments
We want the width to be saved (extension properties will help). |
Should the content of the entries be cropped like we do with the label? What should happen to the layout of the table when you start editing the rule? I think it could behave in a similar way as input/output editing, i.e. the entry cell should "emerge" from the table so that it does not affect table layout. |
So basically what we come up with in this thread, am I right? Would agree with it, makes a lot of sense |
Correct. |
Progress so far: I have a concept how to implement the visuals. The table row with decision name will have to be moved out from the HTML table, so that |
I've added Acceptance criteria to track issue status. |
New moddle package contains column width-related properties. These are: * `dmn:DecisionTable#annotationsWidth` * `dmn:InputClause#width` * `dmn:OutputClause#width` All of the new properties are of type `Integer` and are supposed to translate to pixel values of column width. Related to bpmn-io/dmn-js#500
New moddle package contains column width-related properties. These are: * `dmn:DecisionTable#annotationsWidth` * `dmn:InputClause#width` * `dmn:OutputClause#width` All of the new properties are of type `Integer` and are supposed to translate to pixel values of column width. Related to bpmn-io/dmn-js#500
Is your feature request related to a problem? Please describe.
Currently, decision table headers can not be resized. Our new decision table layout should introduce that ability.
Describe the solution you'd like
Make input/output / (annotation) columns resizable (horizontally)
Things to consider:
Introducing with the new column header layout (cf. #499) labels will have a max-width and can be cropped. Resizing the column width should follow this guideline in cropping, but it should be possible to give columns a custom width. This can potentially be stored inside the XML as extension property since the DMN standard does not have something like this.
Describe alternatives you've considered
/
Additional context
Child of #494
Acceptance criteria
title
propertyThe text was updated successfully, but these errors were encountered: