Hi,
How to set summary row as readonly? I’m using columnSummary to show summary row at the bottom of table. But it is editable which I dont want.
Thanks
Hi,
How to set summary row as readonly? I’m using columnSummary to show summary row at the bottom of table. But it is editable which I dont want.
Thanks
Hi @nanthakumarm
Please take a minute to check this demo: http://jsfiddle.net/pu536mg2/
To set read only value to your summary you just need to add
"readOnly": true
option to your columnSummary
settings