Global Search for dash datatable

It would be very useful to have a global search that goes through all rows to find keywords.
Is there a way to do this currently?

definitely! this isn’t built in right now but you might be able to wire this in yourself by writing a callback that constructs a filter_query or by doing the search in the callback itself with pandas. it would be great if we had this built in to the table itself