Skip to content
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

Grid view and filtering of data sources #12

Open
martinRenou opened this issue Jun 20, 2024 · 1 comment
Open

Grid view and filtering of data sources #12

martinRenou opened this issue Jun 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@martinRenou
Copy link
Member

Felt provides a grid viewer, and allows creating filters from there:

Screencast.from.2024-06-20.09-05-25.mp4

It should be fairly simple to reuse the ipydatagrid front-end components to achieve the same. ipydatagrid was designed to be used front-end only, without the Python parts, and it provides filtering logic that we can hook to.

@martinRenou martinRenou added the enhancement New feature or request label Jun 20, 2024
@martinRenou
Copy link
Member Author

martinRenou commented Jun 20, 2024

We could go a step further, and similar to the pluggable map viewer idea we could have the data viewer be a plugin, with multiple ways to view the data source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant