Are they inconsistent because I used them the wrong way?
How to make Js also keep the feature of right-click menu? Set only the borders around the range of my choice, not every cell.
2.Do you need functions that trigger the right-click menu to do these things?
@aleksandra_budnik
Hello, thank you for your reply.
But now I have a new problem.
I used cellMeta. Type =‘time’ to change the format of cell, and passed in ‘1553591727349’ time stamp for formatting.
However, cellMeta. Type =numeric, calling hot. Render (), which is valid. Did I make a mistake?
After I successfully set the cell to time type and displayed it as yyyy-mm-dd, I set the cell to cellMeta. Type =text again, and the data could not be restored to ‘1553591727349’, which still kept the formatted form.
I’ve created a demo here https://jsfiddle.net/1mtq0Lo5/ when I call the validateCells method and it works for 1553591727349 as expected. How can I replicate the issue?
Only then I will be able to ask our developer to for help. He needs a working example (JSFidde/JSBin/CodePen, basically any online demo or .zip) that he could debug.