Can anyone help point me in the direction of some documentation or resource to help with adding an additional checkbox filter to the tables.
I have a boolean field, (isDisabled), to indicate a record is 'hidden\disabled' .
In an ideal world, I'd have a checkbox adjacent to the 'filter' button, defaulted to checked, with a label "Exclude hidden\disabled".
This would introduce the relevant query to exclude the hidden records, and obviously ignore this part of the query when user unchecks.