Closed simonzack closed 11 years ago
Sorry I had never seen your issue (I expected to receive a mail for new issues!) I'll take care of this ASAP.
yeah github is supposed to send emails its been ages but thanks for looking into this
Hi, any news on this? Is it possible to set the max-length when editing a specific column?
Hi,
Is it possible to make maxlen configurable? It defaults to 255, this is a bit short for my purposes, I have to change the source to make it bigger function TextCellEditor(size, maxlen, config) { this.fieldSize = size || -1; this.maxLength = maxlen || 255; if (config) this.init(config); };
thanks