* there are two way in editing cell - key in : while editing, when input arrow key (← →), editing end. - cell double click : while editing by cell double click when input arrow key(← →), editing continue.
var grid1 = new WdtGrid('grid1'); grid1.create(column, option); grid1.setData(data);