You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, you pointed me to the interesting area in the code and then I did some debugging from there.
Eventually I could see that the formatter IS being called, but the problem was elsewhere.
My field is "datetime" type. When the setCell is called manually (like I use it), the formatter is invoked with the "edit" parameter. In that case there's a condition in the below line which needs "reformatAfterEdit" in order to use the formatter. Otherwise it uses the default formatter. Once I added "reformatAfterEdit : true" to my formatoptions, everything started working well. Not sure if this is a bug or just something to live with.
Looks to me that when using the "setCell" method, the value is going into the grid without applying the set formatter. My questions:
Thanks,
Udi
The text was updated successfully, but these errors were encountered: