I want to make the jqGrid as Excel style. If the jqGrid's rows are not enough, I can append a row on it. I have checked the wiki, the "addRow" method is only worked in "Inline Editing" model. If I call the "addrow" method, the jqGrid will change into "inline editing" model.
I have searched some similar questions, for example here, but I didn't find any heuristic sugestion for my topic.
ps: Is there a vivid demo of jqGrid as Excel style? Just like a Handsontable?
Thank you!