antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 118 forks source link

adds an onFilter prop to TadViewerPane #247

Closed hamilton closed 11 months ago

hamilton commented 11 months ago

This PR adds an onFilter prop to TadViewerPane, which will run when the filter expression controls in Footer.tsx change. This is to enable applications using the Tad interface to have access to the reltab FilterExp instance.

This has been smoketested to confirm that it does not have an effect on the standalone electron app.