In My Example I want only single Row for Entering the values, No Need to create New Rows after Entering the value in any Cell.
So I used minSpareRows: 0 but it is not working. with this Table not showing row for Entering at list single Value.
My Example: https://jsfiddle.net/kranthi2210/ke8c6u4v/15/
Hi @kranthikumar.reddy32
If you don’t want to have a new row while entering the values you just have to delete the line with minSpareRows option, as it’s disabled by default.
Hi Adrian,
Even if i remove minspareRow option also its not working. Please find updated demo.
https://jsfiddle.net/kranthi2210/ke8c6u4v/16/.
Can you please share Example.
@aleksandra_budnik
Thanks, that’s what I wanted to share too.
Thanks Team,
Its Working.
That’s great, I will close this topic then.