Hello!
I have a problem about cellmeta is unsynchronized.
If I remove row after I set cellmeta in a cell, the cell’s meta is undefined.
This problem only happened in version 5.0.2.
Test Steps:
- Set cell meta in
B2
- remove row
1
- Get
B1
cell meta
5.0.0 demo
5.0.2 demo
Thank you for sharing, I will test it and share my thoughts.
Sorry for keeping you waiting. We had an extra free day. I will test it today/tomorrow.
1 Like
it looks like there is a problem with the remove row
method. It does not work for me at all. I am able to add cell meta via menu but nothing happens when I want to delete a row.
What device did you test in on? Have you tried to download latest version (v6.2.0)?
I tested it on my MAC with Chrome, and v6.2.0
had the same problem.
I’m not sure the problem happens on handsontable
or vue-handsontable-official
.
v6.2.0 demo
I have tested it with the className
instead http://jsfiddle.net/zukrwngj/ and it works as expected. It has to be a problem with custom cell meta.
Can you test it with 6.2.0
as well? That is our current version https://handsontable.com/docs/6.2.0/tutorial-release-notes.html
6.2.0
had the same problem Q_Q.
It looks like a regression type of bug. I will investigate it.
1 Like
I have changed the demo a little bit http://jsfiddle.net/u3vdze7L/ (version 6.2.0)
-added data to make it more visible
-deleted maxRows
as it blocks the remove row
option
Please let me know if it works for you.
I have tested it, but it still doesn’t work.
Thank you for checking. I will ask the team to check it on other devices.
1 Like
This demo seems to work fine http://jsfiddle.net/k4gux6zL/
It does not remove the row as the
minCols: 10,
minRows: 10,
settings are added. If I remove them the cells are removed and the cellmeta is printed correctly.
1 Like