Added column spanning support for table body rows (#24)#2020
Merged
patriksvensson merged 4 commits intospectreconsole:mainfrom Feb 23, 2026
Merged
Added column spanning support for table body rows (#24)#2020patriksvensson merged 4 commits intospectreconsole:mainfrom
patriksvensson merged 4 commits intospectreconsole:mainfrom
Conversation
Contributor
Author
|
@microsoft-github-policy-service agree |
patriksvensson
requested changes
Feb 22, 2026
Merged
4 tasks
…rameter naming, null check Co-authored-by: thomastv <[email protected]>
Contributor
Author
|
Thanks @patriksvensson for taking the time to review and for the detailed feedback. I’ve addressed the requested changes — please let me know if anything else needs adjustment. |
patriksvensson
approved these changes
Feb 23, 2026
red-stronghold
pushed a commit
to red-stronghold/spectre.console
that referenced
this pull request
Mar 2, 2026
…spectreconsole#2020) Co-authored-by: thomastv <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #24
AI Disclosure: GitHub Copilot (Claude Opus 4.6) was used to assist with implementation, code review, and unit test creation. All changes were reviewed and validated by me. Copilot was used mainly to generate unit tests.
Changes
Adds column spanning support for table body rows, as requested in #24.
New API
A new
TableCellclass wraps cell content with a fluent.Span(int)API:Scope
Files changed
Please upvote 👍 this pull request if you are interested in it.