Skip to content

Commit 329a38b

Browse files
authored
Add column choice to searchPanes example (#242)
1 parent 8e6b1d3 commit 329a38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ argument is required (otherwise the search panes are too wide).
190190
show(
191191
df,
192192
layout={"top1": "searchPanes"},
193-
searchPanes={"layout": "columns-3", "cascadePanes": True},
193+
searchPanes={"layout": "columns-3", "cascadePanes": True, "columns": [1, 6, 7]},
194194
)
195195
```
196196

0 commit comments

Comments
 (0)