monday-sdk-js
monday-sdk-js copied to clipboard
[Feature] Get the sorted results using monday.listen
Describe the bug
The monday.listen
method is unable to get the sorted results, and it can't trigger the itemIds
listener either.
Steps to reproduce
- Embed the SDK in an app
- Execute
monday.listen("itemIds", (res) => { console.log(res.data); });
- Use the sort feature
- Found that the
itemIds
listener could not be triggered
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
Changed the title because this is not a bug – you cannot get data about the board's sorting via the SDK at the moment.