Posted 01 Sep 2015 Link to this post
Posted 03 Sep 2015 Link to this post
Posted 28 Mar 2020 Link to this post
just add a dummy column with a width of 100%
var inlineOptions = { dataSource: { batch: false }, editable: { mode: "inline", createAt: createAt }, columns: Columns.concat([{ title: " ", width: "100%" }]), toolbar: ["create"] };