horizontal-scrolling.php
816 Bytes
<?php
/** @var \AC\Asset\Location\Absolute $location */
$location = $this->location;
?>
<p>
<?php _e( 'Make horizontal scrolling the default when users visit the table.', 'codepress-admin-columns' ); ?>
<?php _e( 'Users can change this preference by opening “screen options” on the table screen.', 'codepress-admin-columns' ); ?>
</p>
<p>
<?php _e( 'This feature will automatically adjust the width of the columns based on the screen size.', 'codepress-admin-columns' ); ?>
<?php _e( 'When the columns do not fit on the screen you can horizontally scroll your columns by dragging the horizontal scrollbar or by swiping left or right with the mouse.', 'codepress-admin-columns' ); ?>
</p>
<img src="<?= esc_url( $location->with_suffix( 'assets/core/images/horizontal-scrolling.png' )->get_url() ) ?>" alt=""/>