Closed html5maker closed 3 years ago
Hi,
for disable sorting, use columnSorting:false
in option
var myTable = jspreadsheet(DOMElement, {
columnSorting:true,
}
for header rename, if you want not use prompt system, you can make your form and use myTable.setHeader(columnIndex, "My new name");
How is it possible to disable sort functionality and simply allow to edit header directly using the input?