Closed Reemh closed 9 years ago
Other solution would be to use z-index and manually specify the position of each change (add/remove/merge etc.) http://www.w3schools.com/cssref/pr_pos_z-index.asp
fixed b8c2ae6eacbe6a37077a93abe7b61d3fc72d3c7a using the z-index style
Related to issue #7 They are unlike the add/delete operation because each merge/split operation is drawn first (for both the removed and added columns/rows) unlike the add/delete where first we visualize what is added then what is deleted which results in red override green. The solution would be in changing the current data structure.