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
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
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
bugfix: use default cell editor for a cell that has declared only cel…
a5c61a2
…l renderer (#453)
Fixed in 0.8.7.
Expand 12.0.0 release notes (#453)
9c2b69b
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: