I am trying to load a fragment in controller by using Fragment.load().
The fragment contains a dialog with a smartFilterBar and a smartTable.
I made sure to use the correct id on the "smartFilterId" property of the table.
The smart table works as expected but unfortunately, the filter bar behaves like it is not linked at all to the table.
I have encountered this problem before when trying to load the fragment from the controller but I fixed it by placing the fragment directly in the xml view.
This time I need the dialog to be shown on a press event of a button so using Fragment.load() seems to be the only possibility.
Do you know how to fix this issue?