Skip to content

Commit d59268b

Browse files
authored
Quick readme update for horizontal scrolling (#89)
1 parent 77dac71 commit d59268b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ If you want to get started with a simple default table, [check the simplest exam
2525

2626
Displays a table with a header, rows, footer, and borders.
2727

28-
Columns can be fixed-width [or flexible width](./examples/flex).
28+
Columns can be fixed-width [or flexible width](./examples/flex). A maximum
29+
width can be specified which enables [horizontal scrolling](./examples/scrolling),
30+
and left-most columns can be frozen for easier reference.
2931

3032
Border shape is customizable with a basic thick square default. The color can
3133
be modified by applying a base style with `lipgloss.NewStyle().BorderForeground(...)`.

0 commit comments

Comments
 (0)