Page MenuHomePhabricator

Add a method to `PhutilConsoleTable` to hide the header.
ClosedPublic

Authored by joshuaspence on Jun 17 2014, 7:23 AM.
Tags
None
Referenced Files
F13151478: D9596.diff
Sat, May 4, 6:35 PM
Unknown Object (File)
Thu, May 2, 12:26 AM
Unknown Object (File)
Fri, Apr 26, 11:31 PM
Unknown Object (File)
Wed, Apr 24, 10:25 PM
Unknown Object (File)
Tue, Apr 9, 6:27 PM
Unknown Object (File)
Apr 4 2024, 8:10 AM
Unknown Object (File)
Apr 4 2024, 8:10 AM
Unknown Object (File)
Feb 7 2024, 7:09 AM
Subscribers

Details

Summary

Add a setShowHeader method to PhutilConsoleTable so that the header row can be hidden.

Test Plan

Constructed a headerless table.

+==========+==========+=====================+
|    12345 | alicoln  | abraham@lincoln.com |
| 99999999 | jbloggs  | joe@bloggs.com      |
+==========+==========+=====================+

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Add a method to `PhutilConsoleTable` to hide the header..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 17 2014, 11:18 AM