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.
This PR adds an
onFilter
prop toTadViewerPane
, which will run when the filter expression controls inFooter.tsx
change. This is to enable applications using the Tad interface to have access to the reltabFilterExp
instance.This has been smoketested to confirm that it does not have an effect on the standalone electron app.