Hello @MattD and welcome to the community!
I hope you like it here 💪
I am not sure I understand exactly what your app does and what you are trying to achieve. Would it be possible for you to send a screen recording of your app and showing what you want to achieve in it? Please remember not to include any sensitive information.
Looking forward to hearing from you 🙂
Cheers,
Matias
Apologies my message wasn’t clear, I have added a screenshot below and think explaining with that might help. We are currently building the application so I can’t show a screen recording.
Our Dashboard Widget is the Search Box above the two Table Widgets. The user is expected to search for something in that box, then some information on their search will appear directly below the Search Box (this is done through Monday’s GraphQL queries so the search will be for items in tables and the resulting information is also gotten through Monday’s GraphQL).
It would be best if we could then filter the two Table Widgets below our Desktop Widget. To do this manually we use the Filter button in the top right of the screenshot, but I am looking to do it using the Monday’s SDK so all widgets will be in sync.
Hello again,
Thank you for that explanation. I think I got what you meant.
You want to use the native filters but you want for those filters to be from to the boards that the user selected inside your dashboard widget. So if the original dashboard has board A, the filters show filtering options for board A, but if after that, the user selects in the widget boards B and C, the filters should show filtering options for boards A, B and C.
If that is the case, it can’t be done as of today since you can not add boards to a dashboard via API or SDK and the native filters work with boards that are added to the dashboard.
You could create your own filtering in your view, but it would only affect your widget and not the actual dashboard your widget is at.
I hope this helps!
Cheers,
Matias
The boards will already be selected in the table widget. We are looking to control the native filtering through API for the table widget/boards already on the page.
Is it possible to control that native filtering through Monday’s API/SDK?
Hello again @MattD,
It is not possible as of today to control the native filtering via API or SDK.
Please let us know if you have any other questions!
Cheers,
Matias
Thank you for the info. We will have to plan how to build this widget then.
Hey @MattD,
If you run into any issues or if you have specific questions about the API or the apps framework, you can always contact us at appsupport@monday.com and we will be glad to help you 🙂
Cheers,
Matias