You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented your status board library and have it working as documented. It is exactly what I needed to help maintain a large set of tasks and what status they are in. The problem I have is that I have a list of "filters" that change the records that are being mapped in the records() function, and they are not updating. I have a simple log call in the records function that I am using to even test if there is activity when I am changing the filter. I can confirm that the change is happening as the other list views and pagination is changing.
I have implemented your status board library and have it working as documented. It is exactly what I needed to help maintain a large set of tasks and what status they are in. The problem I have is that I have a list of "filters" that change the records that are being mapped in the records() function, and they are not updating. I have a simple log call in the records function that I am using to even test if there is activity when I am changing the filter. I can confirm that the change is happening as the other list views and pagination is changing.
Here is my records function:
I am getting tasks (records for this) from a property function in a trait (however I can confirm this also doesn't work if it isn't in a trait).
When a change happens to a filter should I also refresh the component? Any help here would be appreciated.
The text was updated successfully, but these errors were encountered: