Hello!
I’m using Vuejs and trying to add a new data to the first row every time when a new array added.
I’m making a small interface to manage the map related data(like node, link, vertax). When I add a new item(like nodes)with that interface(created with leaflet.draw.js) button, Handsontable also will get updated data. But the thing is that even I did columnSorting ‘desc’, whenever I add a new item, columnSorting changes to ‘asc’ automatically and all the new data is adding to the next row(currentIndex +1) But I need to add them to row at index 0 everytime…
I’ve added a png file. Hope it’s understandable! Please advise me if anyone knows how to do it!