if opts[:prev] && opts[:prev].type == :thead
          result << border(opts[:column_widths], :mid)
        else
          result << border(opts[:column_widths], :top)
        end