[
https://issues.apache.org/jira/browse/PIVOT-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864197#action_12864197
]
Noel Grandin commented on PIVOT-433:
------------------------------------
I had a look at this, but I'm seeing some snags.
TablePane supports relative sizing between columns, while TableView does not.
So it's going to be relatively easy to get into a situation with TablePane
where the width limits and the relative sizing conflict.
Which isn't necessarily a problem, we just need to have clear rules about which
constraint wins.
I'm inclined to say that I should implement this by just adding min/max checks
to the end of the current calculations i.e. the width/height limits are applied
last.
> Add width limits to TablePane.Column and height limits to TablePane.Row
> -----------------------------------------------------------------------
>
> Key: PIVOT-433
> URL: https://issues.apache.org/jira/browse/PIVOT-433
> Project: Pivot
> Issue Type: New Feature
> Components: wtk
> Reporter: Greg Brown
> Priority: Minor
> Fix For: 1.5.1
>
>
> Similar to how TableView.Column currently supports width limits.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.