enhance --select, add --no-header option
This commit is contained in:
parent
ce27e88049
commit
e4b789d340
6 changed files with 33 additions and 22 deletions
|
|
@ -42,7 +42,7 @@ class TableFormatter(IFormatter):
|
|||
if self.column_headers is None:
|
||||
return None
|
||||
s = ''
|
||||
if self.header:
|
||||
if self.display_header and self.header:
|
||||
if self.result_funcname == 'get_string':
|
||||
s += self.header
|
||||
elif self.result_funcname == 'get_html_string':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue