-
Notifications
You must be signed in to change notification settings - Fork 775
columnClassName attr is cleared when customEditor is enabled #892
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
Comments
@jsangilve, I'll improve it, actually it's not lost or override the classname on editing, because it's different component between the normal cell and editing cell. There're some solution, but as my consideration, I'll prefer to add a new props called |
@AllenFang sounds good. Thanks for adding this feature! |
Fixed on |
@AllenFang I was wondering if this |
@AllenFang you rock man! |
I noticed that using
customEditor
attribute ofTableHeaderColumn
, when a cell gets into edit mode (customEditor
is enabled), the<td>
sclassName
defined bycolumnClassName
attribute is cleared. Once the cell isn't being edited anymore, the className is restored.Is there any way to keep the
className
in edit mode or pass aclassName
to the<td>
element when cell is in edit mode?The text was updated successfully, but these errors were encountered: