Table with automatic links
-
Hello,
it’s possible to add automatic links to all row ?create something like this:
if ($col_0 == ‘test’)
{
$col_0 = ‘‘ . $col_0 . ‘‘;
$col_1 = ‘‘ . $col_1 . ‘‘;
}at this time I created
if (($this->table[‘data’][ $row_idx ][ $col_idx ]) == ‘test’) {
$this->table[‘data’][ $row_idx ][ $col_idx + ‘1’ ] = ‘ ‘ . $this->table[‘data’][ $row_idx ][ $col_idx + ‘1’ ] . ‘‘; }but doesn’t work
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Table with automatic links’ is closed to new replies.