Not show head
-
Hello!
This does not appear the table header. Th output fields but they are empty.
in code:
<?php if ( $table['header'] ) { ?> <thead> <tr> <?php foreach ( $table['header'] as $th ) { ?> <th><?php $th['c']; ?></th> <?php } ?> </tr> </thead> <?php } ?>In admin page:

In front page:

The topic ‘Not show head’ is closed to new replies.