Whenever I enter a value in the first cell, the same value is automatically copied to the header cell with the same name. How can we stop this. I tried to solve this problem, but could not find a suitable solution.
Here is the code
$.ajax({ type: "POST", async: false, url: url, data: data, success: function (res) { grid = new Handsontable(container, { data: [], rowHeaders: true, autowidth: false, autoRowSize:true, maxRows: 100, minRows: 15, width: 'auto', height: 420, stretchH: 'all',

Update Here is json used to create headers and list
<iframe src="https://pastebin.com/embed_iframe/ind7Savd" style="border:none;width:100%"></iframe>
javascript jquery php handsontable
Sudhanshu Saxena
source share