Is there a way to synchronize filters between tables?
Table A: users
Table B: books
Table C: movies
I want to print books and movies for a single user.
I go to table B: filter them by user name. Then I print it.
I go to table C: filter them by user name. Then I print it.
I’d like to apply one filter (by user name) on both tables at once.
Is there a way to do that?