Please note that if we add this "<filter-button datasource="{page.state.selectedDS}" id="djzbd" kind="ghost" slot="actions"/>" in the TECHMOBILE "wo-card-group.xml" file or in the ASSETMOBILE "asset-card-group.xml" file, the filter works because they are configured with page.state.selectedDS.
However, if we add this "<filter-button slot="actions" kind="ghost" datasource="{(page.state.selectedDropdown!=='unsyncedrequests')? 'srDS' : 'unsyncedrequests'}" id="djzbd"/>" in the "sr-card-group.xml" file, the filter does not work in SRMOBILE.
In SRMOBILE, page.state.selectedDS is not used; page.state.selectedDropdown is used.
I think there's a method or something that makes it reload. Has anyone had this happen and solved it?