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
Unknown Object (File)
Tue, Nov 26, 5:08 PM
Unknown Object (File)
Sat, Nov 23, 7:33 AM
Unknown Object (File)
Mon, Nov 18, 10:00 PM
Unknown Object (File)
Wed, Nov 13, 6:29 PM
Unknown Object (File)
Sun, Nov 10, 2:24 PM
Unknown Object (File)
Sun, Nov 10, 10:26 AM
Unknown Object (File)
Sat, Nov 9, 2:47 PM
Unknown Object (File)
Sat, Nov 9, 7:53 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