Closed gulshan-mittal closed 6 years ago
// Bring all highlighted cells $('#my').jexcel('getData', true);
// Bring data from the current focus $('#my').jexcel('getValue', $.fn.jexcel.selectedCell);
var listTbl = jspreadsheet(document.getElementById('student-list'), {
search: true,
pagination: 100,
data: [],
});
var tableData = listTbl.getJson(true);
This returns empty array. Here I am setting the table data dynamically (Programmatically) while it return full table data without boolean parameter. Please help
How do we get the current cell value?