In the table view, I'd like to be able to quickly filter rows by some string. An example of this behavior can be found in PowerShell's `ogv` command:  Notice the filter bar at the top? _this is not the same as the filters that are already available in data explorer_  This is something faster than that. When I search for "foo" I get all the rows that have "foo" in any of the columns.
In the table view, I'd like to be able to quickly filter rows by some string. An example of this behavior can be found in PowerShell's
ogvcommand:Notice the filter bar at the top?
this is not the same as the filters that are already available in data explorer

This is something faster than that. When I search for "foo" I get all the rows that have "foo" in any of the columns.