Could I insert or remove rows/columns after I created a table. Like in Excel we can right click and insert new row or column. Could I?
Hi @baguzzzaji
Sure you can. The simplest way would be to do it via a context menu. Here is an example http://jsfiddle.net/gsar4u11/
Here http://jsfiddle.net/7ocaxmox/ you have more complicated example where you can delete/add rows and columns as well but by using buttons. As you can see it all happens via alter
method.
If you are using object data it may be more complicated so if you are let me know and I’ll check our other examples.
Thank you for your help, I just don’t it’s keyword to search on the docs. I really appreciate your help, thank you.