开发者

jqGrid - Having text boxes along with sorting

开发者 https://www.devze.com 2023-01-16 09:36 出处:网络
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 sub

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

0

精彩评论

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