feat: Inline editing support for html column - #2014
Conversation
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
|
Here's how it works: |
|
The default for the column declaration in props does not seem to be correct. It says: But apparently Also here: https://stackoverflow.com/a/58094369 |
silverkszlo
left a comment
There was a problem hiding this comment.
Works and looks good in firefox and chromium! A nice next step would be to make it accessible and usable via keyboard.
We shouldn't even be defining the column and rowId props within the |
This adds inline editing support for the Html / "simple text"/ text long column type.
Part of #364