Hi everyone
I am struggling with filtering a group.
I have one table with Authors, second table with Books. In table books is FK Authors.
Then I am able to filter Books by Authors. This works perfect.
But I have third table Mybooks with FK Authors and FK Books where I can not filter Mybooks by Authors.
Actually it is not working as I need. I checked ajax loading and Submit all groups in filter.
Then I will select one of the Authors but nothing will be filtered, only next filter list will dynamically
load with Books and after I selected one of the Book in the filter then book is loaded.
I attached some screenshots that shows each filtering steps.
Summary: I need to select one book to get filter working, but I need only group(author)
First I select author
Here author is selected but nothing was rendered
Here I had to select some book to get it work
thanks for help