# File lib/ruport/formatter/text.rb, line 159
    def should_render_column_names?
      not data.column_names.empty? || !show_table_headers
    end