-
Notifications
You must be signed in to change notification settings - Fork 108
feat(data frame): Add .data_view_rows()
, .sort()
, .filter()
, .update_sort()
, and .update_filter()
; cell_selection()
no longer returns None
#1374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
5892661
Only subset the selected data if the index row exists!
schloerke 7ef4f84
Update CHANGELOG.md
schloerke c8ed2c3
Make sure the index being subsetted is less than the row length, not …
schloerke 437793a
Restore `input.<ID>_selected_rows()`. Add tests
schloerke 0c39dd1
Update _renderer.py
schloerke e023993
Merge branch 'main' into render_df_bugs
schloerke c0a4253
Expose `.data_view_info()` for `@render.data_frame` obj
schloerke d6c0d39
Update CHANGELOG.md
schloerke fab4d8c
Merge branch 'render_df_bugs' into data_view_meta
schloerke f9a322e
Update CHANGELOG.md
schloerke 102079c
Fix lints; Update Changelog
schloerke 6b5bd52
Update _data_frame.py
schloerke 43a5168
Apply suggestions from code review
schloerke 31c4571
Merge branch 'main' into data_view_meta
schloerke 34029f1
Have `.data_view()` use `.data_view_info()` information for consisten…
schloerke 7da5921
Lints
schloerke 0b03498
`ColumnFilter` and `ColumnSort` should use `col: num` and not `id: st…
schloerke bc10e8b
Add `update_sort()` and `update_filter()` to DF
schloerke 46ad96b
Add demo apps for `update_sort()` and `update_filter()`
schloerke 86b5e42
Merge branch 'main' into data_view_meta
schloerke 5799782
Add `.data_view_rows()`
schloerke d48bdc7
Remove `.data_view_info()` method
schloerke f71e8b6
Update controls.py
schloerke 237174f
Add type support for `serialize_numpy_dtype()`; Determine default sor…
schloerke db3ebcb
`.input_column_sort()` -> `.input_sort()`; `.input_column_filter()` -…
schloerke 1a07fe0
feat(df): Make `.input_cell_selection()` return a consistent type sha…
schloerke 16cd1ba
Merge branch 'main' into data_view_meta
schloerke 435b916
tmp
schloerke f9158c4
merge main
schloerke f0c36a1
Clean up input_cell_selection method renaming
schloerke fcfb740
Make legacy `.input_cell_selection()` return `None` if `type=="none"`
schloerke 67423e4
consolidate changelog changes before merging from main
schloerke 45f92f0
Add `playwright` target and use `TEST_FILE` arg that contains full re…
schloerke 0ee9c9c
Merge branch 'main' into data_view_meta
schloerke d5c2406
Spelling
schloerke f945b0d
Merge branch 'main' into data_view_meta
schloerke 5f44e73
Update imports
schloerke 52cacba
Merge branch 'main' into data_view_meta
schloerke cb04a14
Update _unsafe.py
schloerke c765781
Code review
schloerke a05b8ff
`input_sort` -> `sort`; `input_filter` -> `filter`
schloerke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.