struct Tui::Table::Column

Defined in:

tui/table.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, min : Int32 = 0, max : Int32 = 1000, flex : Bool = false, color : Nil | String = nil) #

Instance Method Detail

def color : String | Nil #

def flex? : Bool #

def max : Int32 #

def min : Int32 #

def title : String #