Skip to content

Add option to disable the table header #53

Closed
@vendeeglobe

Description

@vendeeglobe

Currently we patch php-diff class for Inline and SideBySide diff mode, because the application add its own header with additional metadata. It would be nice to disable the header for instance via via the $customOptions.

    <thead>
        <tr>
            <th colspan="2">{$this->options['title1']}</th>
            <th colspan="2">{$this->options['title2']}</th>
        </tr>
    </thead>

diff_without_header

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions