Skip to content
  • Nekhelesh's avatar
    feat: Add support for customizing Table column widths · 96a98207
    Nekhelesh authored
    Added new attributes to Table and Cell elements to support
    customizing the column widths of tables.
    
    The Cell type is now automatically detected depending on
    which row it gets added to. If it is added to the header
    row, it is automatically set to be a header cell. This
    simplifies the external API a bit.
    
    Also documented TableType enum class.
    
    Fixes #4, #7
    96a98207