-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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
gsoc25_api/src/administrator/components/com_ccm/tmpl/cmss/default.php
Lines 61 to 65 in 029d924
| <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
Labels
No labels