[jboss-jira] [JBoss JIRA] (DROOLS-1947) [DMN Editor]: Context Editor: Column widths should be based on content

Michael Anstis (JIRA) issues at jboss.org
Tue Nov 21 06:12:00 EST 2017


    [ https://issues.jboss.org/browse/DROOLS-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492032#comment-13492032 ] 

Michael Anstis commented on DROOLS-1947:
----------------------------------------

Hi [~jomarko]

A column's width only depends on it's content if the content is a nested table. Nested tables are supported by the {{ExpressionEditorColumn}}.

Preventing a column from being sized smaller than it's content is handled here:

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ExpressionEditorColumn.java#L51

Updating other columns widths in nested tables and other rows is handled here:

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ExpressionEditorColumn.java#L89 

> [DMN Editor]: Context Editor: Column widths should be based on content
> ----------------------------------------------------------------------
>
>                 Key: DROOLS-1947
>                 URL: https://issues.jboss.org/browse/DROOLS-1947
>             Project: Drools
>          Issue Type: Feature Request
>          Components: DMN Editor
>            Reporter: Michael Anstis
>            Assignee: Michael Anstis
>




--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list