We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The monday.listen method is unable to get the sorted results, and it can't trigger the itemIds listener either.
monday.listen
itemIds
Steps to reproduce
monday.listen("itemIds", (res) => { console.log(res.data); });
Expected behavior The itemIds listener should be triggered, and the sorted results should be returned.
Context and environment OS: macOS Browser: Google Chrome 85.0.4183.83
Additional information Null
The text was updated successfully, but these errors were encountered:
Changed the title because this is not a bug – you cannot get data about the board's sorting via the SDK at the moment.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The
monday.listen
method is unable to get the sorted results, and it can't trigger theitemIds
listener either.Steps to reproduce
monday.listen("itemIds", (res) => { console.log(res.data); });
itemIds
listener could not be triggeredExpected behavior
The
itemIds
listener should be triggered, and the sorted results should be returned.Context and environment
OS: macOS
Browser: Google Chrome 85.0.4183.83
Additional information
Null
The text was updated successfully, but these errors were encountered: