Skip to content
New issue

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

[Feature] Get the sorted results using monday.listen #40

Open
jj811208 opened this issue Sep 17, 2020 · 1 comment
Open

[Feature] Get the sorted results using monday.listen #40

jj811208 opened this issue Sep 17, 2020 · 1 comment

Comments

@jj811208
Copy link

jj811208 commented Sep 17, 2020

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

  1. Embed the SDK in an app
  2. Execute monday.listen("itemIds", (res) => { console.log(res.data); });
  3. Use the sort feature
    image
  4. 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

@yuhgto yuhgto changed the title [Bug] monday.listen unable to get the sorted results [Feature] Get the sorted results using monday.listen Mar 1, 2023
@yuhgto
Copy link
Collaborator

yuhgto commented Mar 1, 2023

Changed the title because this is not a bug – you cannot get data about the board's sorting via the SDK at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants