You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to change the color of the borders of any cell (left, right, top, or bottom)
Borders can be removed, added, and the color can be changed
“Double Border” will not be supported
Border weight will not be configurable.
Note that implementing variable border weights will be considerable more work as it will impact the size of cells, cell alignment, virtualization, and more. We can consider this feature in the future. Without modifying the weight of the borders, you will be able to mimic a hidden border to setting the border color to be the background color of the cell. A thicker border could be mimicked via a darker color.
Note that implementing variable border weights will be considerable more work as it will impact the size of cells, cell alignment, virtualization, and more. We can consider this feature in the future.
Without modifying the weight of the borders, you will be able to mimic a hidden border to setting the border color to be the background color of the cell. A thicker border could be mimicked via a darker color.