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

Different row height depending on the length of cell content #247

Open
arsentievalex opened this issue Jan 22, 2024 · 1 comment
Open

Different row height depending on the length of cell content #247

arsentievalex opened this issue Jan 22, 2024 · 1 comment
Labels
question Further information is requested

Comments

@arsentievalex
Copy link

arsentievalex commented Jan 22, 2024

Is it possible to wrap longer text without splitting words?

Reference: https://www.ag-grid.com/javascript-data-grid/row-height/

Thank you!

@arsentievalex
Copy link
Author

arsentievalex commented Jan 22, 2024

I did a little digging and it seems that the original css style has to be updated with the following:

ag-cell-wrap-text{white-space:normal;word-break:break-word}

While it works locally, I have no idea how to implement it for a deployed web app.

@PablocFonseca PablocFonseca added the question Further information is requested label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants