开发者

How to add columns dynamically in jqgrid?

开发者 https://www.devze.com 2022-12-22 14:22 出处:网络
I want add columns dynamically. Means I have got 4 buttons. Add After, Add Before, Edit and Delete. Can someone help me, how to achive this functionaliy.

I want add columns dynamically. Means I have got 4 buttons. Add After, Add Before, Edit and Delete. Can someone help me, how to achive this functionaliy.

Regards,

Arfan开发者_Python百科 Mahmood.


Unload JqGrid with jQuery("#Table").GridUnload("#Table");

and create again.

0

精彩评论

暂无评论...
验证码 换一张
取 消