Skip to content

Commit

Permalink
Add column choice to searchPanes example (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen authored Sep 22, 2024
1 parent 8e6b1d3 commit 329a38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ argument is required (otherwise the search panes are too wide).
show(
df,
layout={"top1": "searchPanes"},
searchPanes={"layout": "columns-3", "cascadePanes": True},
searchPanes={"layout": "columns-3", "cascadePanes": True, "columns": [1, 6, 7]},
)
```

Expand Down

0 comments on commit 329a38b

Please sign in to comment.