globalFilter that can apply to specific columns
For example, if I had this table:
if I searched by default for "Taylor", I'd expect 2 rows returned. But if I narrow it to the
firstName column and set a global search for "Taylor", I'd expect just a single row returned.Thanks for any help you can provide