jqGrid - Having text boxes along with sorting
Apparently when editing a row, sorting 开发者_JAVA技巧via column headings is disabled.
We want to have a grid where a text box always appears in each row where users can enter data and then hit a submit button.
We figured out how to display a text box for each row BUT the problem is that this disables sorting. Any way to do both?
We implemented this with a custom formatter that just outputs the HTML <INPUT...>
elements
精彩评论