jqGrid, how to populate select list from query

前端 未结 7 1501
盖世英雄少女心
盖世英雄少女心 2021-01-02 20:02

I got a basic jqGrid working in my coldfusion project. One of my fields in jqGrid is a combo box. Currently the editoption values are hard coded just like below.

<         


        
7条回答
  •  遥遥无期
    2021-01-02 20:22

    Use dataUrl... (see the wiki here).

    Currently dataUrl generates a GET but if one pulls the code from Github the GET can be changes to a POST with no apparent side effects.

提交回复
热议问题