Skip to content
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

enableTextWrap seems to ignore standard CSS rules in tableview cells #49

Open
jasin opened this issue Feb 11, 2022 · 0 comments
Open

enableTextWrap seems to ignore standard CSS rules in tableview cells #49

jasin opened this issue Feb 11, 2022 · 0 comments

Comments

@jasin
Copy link

jasin commented Feb 11, 2022

I have the following code that displays a table column. setWrapText is ignored entirely and using enableTextWrap sets the text to black regardless of any CSS or any behaviors like CSS selected hover etc. Is there anything I am missing?

readonlyColumn("Question", RequestForInformationEntity::rfiQuestion) {
    cellFormat {
        text = it
        alignment = Pos.BASELINE_LEFT
        isWrapText = true
    }
    enableTextWrap()
    weightedWidth(1.0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant