I tried to link my components items using JRoute in the module, it doesn't work, and I get no information why.
<tr>
<th><?php echo ModComponentHelper::renderTranslatableHeader($params, $params->get('field')); ?></th>
<td>
<a href="<?php echo JRoute::_('index.php?option=com_component&view=item&id='.(int) $element->id); ?>">
<?php echo ModComponentHelper::renderElement($params->get('table'), $params->get('field'), $element->{$params->get('field')}); ?>
</a>
</td>
</tr>