You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather then requiring wide output to be horizontally scrolled, there are a few options to format wide data on a narrow screen. This is one of them. Find a way to wrap the cells of a row in a sane fashion. Here's a very simple example:
.----+---------------------.
| id | ts |
| log |
+----+---------------------+
| 1 | 2012-04-16 12:34:16 |
| blakblkj welkjwe |
+----+---------------------+
| 2 | 2012-04-16 16:30:43 |
| Eric was here |
+----+---------------------+
| 3 | 2012-04-16 16:31:43 |
| Eric was here again |
'--------------------------'
The text was updated successfully, but these errors were encountered:
Rather then requiring wide output to be horizontally scrolled, there are a few options to format wide data on a narrow screen. This is one of them. Find a way to wrap the cells of a row in a sane fashion. Here's a very simple example:
The text was updated successfully, but these errors were encountered: