Replies: 1 comment
-
This is quite challenging from a technical standpoint. There are a couple major issues at play.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allow cells to define their own custom borders as part of
BaseGridCell
orBaseGridCell.themeOverride
.For reference, Google Sheets supports this formatting by allowing a border property on cell which has nested top, left, bottom, right values: https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/cells
Technically, I think developers could do this by overriding cell rendering behavior but it would be nice if it was supported out of the box / in core.
Beta Was this translation helpful? Give feedback.
All reactions