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

Can't enter values in cell with custom renderer in 0.8.6 #453

Closed
Antoine-7 opened this issue Feb 28, 2013 · 2 comments
Closed

Can't enter values in cell with custom renderer in 0.8.6 #453

Antoine-7 opened this issue Feb 28, 2013 · 2 comments
Labels

Comments

@Antoine-7
Copy link

When you declare a custom renderer for a cell or a column, after is not possible to enter a new value.

You can check with http://handsontable.com/demo/renderers.html, the cells in green or yellow isn't in read only but we can't change value.

It's the same with : http://handsontable.com/demo/conditional.html

@warpech
Copy link
Member

warpech commented Feb 28, 2013

Thanks, it seems I introduced it in 0.8.6. Will fix in 0.8.7.

As a workaround, instead of this:

type: {renderer: yellowRenderer}

Use this:

type: {renderer: yellowRenderer, editor: }

Example here: http://jsfiddle.net/PAa2E/

@warpech
Copy link
Member

warpech commented Feb 28, 2013

Fixed in 0.8.7.

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

2 participants