-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat: added filter to locate columns #1115
Conversation
Co-authored-by: Aarni Koskela <[email protected]>
@g-kabra after merging into
|
Check here the report for the titanic dataset |
I did find one issue in the jQuery function I had setup. Since the names were being converted to lowercase, a match wasn't being found. I have updated that and will be committing. Reviews and suggestions appreciated. |
As far as the order of Interaction is concerned, I'll sort it out and commit the same. |
These two issues are solved. Sorry I had overlooked these in a hurry. |
I checked the code from @g-kabra locally directly from his fork and it works for Titanic now. In general, the position of the select is a bit awkward because it breaks the HTML border, but this is a cosmetic thing we might fix later. |
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
* feat: added filter to locate columns * Update .pre-commit-config.yaml * Apply suggestions from code review Co-authored-by: Aarni Koskela <[email protected]> * feat: added support for variable search in ipywidgets * fix: variables not being filtered according to dropdown * fix: variables not being filtered according to dropdown * fix: fixed order of sections Co-authored-by: Aarni Koskela <[email protected]>
Follow up PR to correct inconsistencies encountered in previous PR for same feature (#1101).