drawer filter problem/ bug

Hi Ben

If i understand you right, you have a table with some rows and with a row-action-drawer wich has another table in it with filters.
When you open the drawer from the first row and apply a filter in there, then open the drawer from the second row and set another filter, then the table in the drawer from the first row shows something different then before.

That’s because both drawers use the same model and each filter apply sets new conditions on this model.

Solution: you have to close one drawer, when you open a new one, and query the model.