Support treating align
, valign
, and widths
as mutable sequences even when initialized from strings
#10
Labels
c:alignment
c:colwidths
enhancement
New feature or request therefor
library API
Relating to the public library API
Additionally, even when they are initialized from a list, it should be possible to set indices out of range of the original list but in range for the table's number of columns.
align_fill
etc. can be deprecated in favor ofalign=FillAlign(["r"], fill="l")
(Class name a WIP)Some basic test cases for this feature can be found on the
feature/align-index
branch.The text was updated successfully, but these errors were encountered: