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

getting cell fails if columnId = 0 #198

Closed
speich opened this issue Jun 10, 2012 · 0 comments
Closed

getting cell fails if columnId = 0 #198

speich opened this issue Jun 10, 2012 · 0 comments

Comments

@speich
Copy link

speich commented Jun 10, 2012

calling grid.cell() fails if columnId=0 and target is an id. This can be fixed by changing Grid.js line 56
if(!element && columnId){
into if(!element && typeof columnId != "undefined"){

@ghost ghost closed this as completed in d7618a8 Jun 20, 2012
This issue was closed.
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

1 participant