struct Tallboy::ColumnDefinition

Defined in:

tallboy/table_builder/column_definitions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String = "", width : WidthValue = :auto, align : AlignValue = :auto) #

[View source]

Instance Method Detail

def align : AlignValue #

def clone #

[View source]
def copy_with(name _name = @name, width _width = @width, align _align = @align) #

[View source]
def name : String #

def width : WidthValue #