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
It seems it identifies different columns by the stage name, it doesn't make sense, it is better to use id.
The text was updated successfully, but these errors were encountered:
Hi, thanks for raising an issue.
But I wouldn't say that it doesn't make sense, I would say a lot of implementations would use enums for their statuses.
As the stages prop is just an array of unique possible status identifiers, you can pass through an array of any identifier that makes sense to you...
stages: [1, 'foo', '123-321-abc'],
Sorry, something went wrong.
Hi @BrockReece , I want to raise a PR for solving this issue. What do you think?
@mdsaban I'm not sure if I understand the problem yet, but all contributions are welcome.
No branches or pull requests
It seems it identifies different columns by the stage name, it doesn't make sense, it is better to use id.
The text was updated successfully, but these errors were encountered: