Ben McIntyre
Ben McIntyre
Create a formatter that just takes the data text and returns it. Then pass the formatter in that column definition. The default formatter is: ``` function defaultFormatter(row, cell, value, columnDef,...
> what if you just set ```autoIncrement``` to false? True, but this is an autoincrement field. I want new records to autoincrement *unless* I specify a value. In practice, this...
Hmmm, OK I'll have a think. I hadn't considered these options. That said, creating a POCO with a PK without having retrieved it from the DB, or taken care to...