Uh oh!
There was an error while loading. Please reload this page.
feat: ability to set/override wordWrap and wrapOnWordBoundary options per cell - #303
Conversation
shazron
commented
Jun 25, 2022
Unit tests added. |
shazron
commented
Jun 25, 2022
I know there is the hyperlink option, but you can imagine instead of urls, there could be a long identifier in the column, like npm package names, etc |
shazron
commented
Aug 29, 2022
@speedytwenty any chance of this getting pulled in and released? Thanks! |
speedytwenty
commented
Sep 6, 2022
The CI tests didn't execute for this PR. Not sure why or how to induce them. Must be something with first-time contributors and github. Once we can trigger these so we have a record of passing tests, I can get it merged. |
You have to configure your Here's the whole reference for |
shazron
commented
Sep 7, 2022
FWIW, until you've fixed up your CI issue, I have included the video of my tests passing: test.mp4 |
I apologize for the delay between responses. You've caught me during my peak busy time of the year. I'm quite sure the CI issue is a github bug. I had glanced at the PR before you added tests, and there was an option to approve you as a new contributor to execute the GA workflow but that option disappeared after you pushed another commit. I suggest we try this:
|
shazron
commented
Sep 13, 2022
@speedytwenty thanks! I've squashed all 3 commits into one. I see "1 workflow awaiting approval" so I think it may have worked |
shazron
commented
Sep 15, 2022
@speedytwenty thank you for the merge! any chance there can be a new release? |
Description
This adds the ability to set
wordWrapandwrapOnWordBoundaryoptions per cell, instead of it being set globally via the table options.Use case is for when you want one column to have
wrapOnWordBoundary=false, and another column withwrapOnWordBoundary=true(see screenshot and sample code)Sample Code
Screenshot