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

Issue with IDs of zero #65

Closed
sconstantinides opened this issue Nov 16, 2015 · 2 comments
Closed

Issue with IDs of zero #65

sconstantinides opened this issue Nov 16, 2015 · 2 comments
Labels

Comments

@sconstantinides
Copy link

Thanks for the awesome plugin.

When using a numerical ID, values of 0 are returned as undefined. For example, if the result array should be [0, 10, 20] it is returned as [undefined, 10, 20].

@krisk krisk added the bug label Nov 29, 2015
@kylehalleman
Copy link

I think I know what's causing this and could do a pull request to fix it, but just to clarify: you're setting the id option to 0?
screen shot 2016-01-19 at 7 22 29 pm

@sconstantinides
Copy link
Author

I don't think so... I'm setting the id option to a string, in this case 'Row number'. The problem is that when 'Row number' is 0, the result array doesn't include it.

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

No branches or pull requests

3 participants