Skip to content

Commit 1470e14

Browse files
committed
Update README.md
1 parent 526cd34 commit 1470e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ show(x)
4949

5050
### How many rows per page
5151

52-
Select [how many entries](https://datatables.net/examples/advanced_init/length_menu.html) should appear at once in the table with the `lengthMenu` argument of the `show` function, or by changing `itables.options.default`:
52+
Select [how many entries](https://datatables.net/examples/advanced_init/length_menu.html) should appear at once in the table with either the `lengthMenu` argument of the `show` function, or with the global option `itables.options.lengthMenu`:
5353

5454
```python
5555
import itables.options as opt
@@ -132,7 +132,7 @@ show(
132132
FIXME: This does not appear to be working...
133133

134134
```python
135-
show(df, columnsDefs=[{"width": "200px", "target": 3}])
135+
show(df, columnDefs=[{"width": "200px", "target": 3}])
136136
```
137137

138138
But in some cases - a table with many column like the one below, we can use the `width` parameter...

0 commit comments

Comments
 (0)