Sets whether the table layout should be hierarchical or not.
Parameters
$display
boolrequired- Whether the table layout should be hierarchical.
Source
public function set_hierarchical_display( $display ) {
$this->hierarchical_display = $display;
}
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.