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

Add filtering to sqlite implementation #4

Open
grahamrp opened this issue Oct 26, 2019 · 1 comment
Open

Add filtering to sqlite implementation #4

grahamrp opened this issue Oct 26, 2019 · 1 comment

Comments

@grahamrp
Copy link
Owner

May need to include the row indices to make this work

For column-based operations, e.g. filtering, colnames need to be passed to query, therefore there needs to be a way to share info about the seeding data.frame's column names to the filter function. e.g. a lookup from col-index to col-name

@grahamrp
Copy link
Owner Author

The dt filter options are populated from the initial data frame provided, so if this is empty then filter boxes are disabled (because there need to be more than 1 unique value in a column to offer filtering). Ultimately we need a global view of the unique values (or min/max) in each filterable column, and a mechanism for setting these in the dt.

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

No branches or pull requests

1 participant