Limit the max length of any cell of the Handsontable plugin. Latest test on Handsontable version 0.19.0.
new Handsontable(container, {
(...)
cells: function (row, col, prop) {
this.maxLength = row + col;
}
});
Download original plugin at http://handsontable.com.