. Iam new to handsontable. please help me to solve this issue. i have mysql table called today_plan. i have a column plandate so i need to get records which are in today. ex 7/24/2013
i tried in hanstable my output is like this. it produced empty row for plandate=7/23/2013 how can i remove this empty line in the handsontable
result should be like following.
please give solution, thank u very much
I did something like this:
var gridData = hot1.getData();
var cleanedGridData = {};
$.each( gridData, function( rowKey, object) {
if (!hot1.isEmptyRow(rowKey)) cleanedGridData[rowKey] = object;
});
Web & Mobile App Development Company, India
Technorex Solutions
http://technorexsolutions.com/