table = TTY::Table.new(header: header) do |t|
  t << %w[11 12 13]
  t << %w[21 22 23]
  t << %w[31 32 33]