wildcard icon indicating copy to clipboard operation
wildcard copied to clipboard

Add filtering to the table

Open geoffreylitt opened this issue 4 years ago • 0 comments

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 avatar Nov 16 '20 20:11 geoffreylitt