Skip to content

Rows have headers too #33

@brianteeman

Description

@brianteeman

See all other tables in Joomla for an example of how to set the main item in a row as a TH with a scope of row

This is VERY important especially when the main item in a row is not the first item which is rarely the case in Joomla

<td class="nowrap has-context">
<a href="<?php echo Route::_('index.php?option=com_ccm&task=cms.edit&id=' . (int) $item->id); ?>">
<?php echo $this->escape($item->name); ?>
</a>
</td>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions