How to hide first column(time)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #376744
    Karl
    Guest

    Hello!

    How can I hide first column?

    https://www.upload.ee/image/6154290/karl.png

    I found only this way:
    action-shortcode-functions.php

    			<?php if ($show_hrs) { ?>
    				<td class="mptt-shortcode-hours"
    				    style="<?php echo 'height:' . $row_height . 'px;'; ?>"><?php echo date(get_option('time_format'), strtotime($table_cell_start)); ?></td>
    			<?php }?>

    If I delete this, then all columns data goes -1.

    #376745
    Karl
    Guest

    Oh I found it, my bad. I can hide this from settings…

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.