Skip to content

Commit 358d7db

Browse files
committed
Update 32-table-previews.qmd
1 parent f3daa6e commit 358d7db

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide/32-table-previews.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ label.
350350
### Row Numbers
351351

352352
Row numbers appear in a left-hand gutter by default, starting from 0 to match Python, Polars, and
353-
Pandas 0-based indexing. They reflect the original row positions, even when head/tail splitting is active. To hide them:
353+
Pandas 0-based indexing. They reflect the original row positions, even when head/tail splitting is
354+
active. To hide them:
354355

355356
```{python}
356357
tbl_preview(
@@ -421,7 +422,8 @@ tbl_preview(
421422
)
422423
```
423424

424-
This minimal style works well for small inline reference tables where the chrome would be distracting.
425+
This minimal style works well for small inline reference tables where the chrome would be
426+
distracting.
425427

426428
### Column Width Control
427429

0 commit comments

Comments
 (0)