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 the table #51

Open
geoffreylitt opened this issue Nov 16, 2020 · 0 comments
Open

Add filtering to the table #51

geoffreylitt opened this issue Nov 16, 2020 · 0 comments
Assignees

Comments

@geoffreylitt
Copy link
Owner

In previous iterations of Wildcard we used the stock Handsontable Filter plugin to directly sort and filter the data table.

Now Handsontable is no longer responsible for sorting/filtering the table directly. We do it in the Wildcard code.

Sorting has already been moved to such an implementation. See https://github.com/geoffreylitt/wildcard/blob/main/src/ui/WcPanel.tsx#L169

Now we need to do the same for filtering, using Handsontable's beforeFilter hook.

@geoffreylitt geoffreylitt self-assigned this Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant