Skip to navigation
Load data directly over an url into jqgrid
10.07.19
jQuery(function () { "use strict"; jQuery("#grid").jqGrid({ url: "http://127.0.0.1:8061/test/grid", datatype: "json", colModel: {{model|safe}}, autowith:true, iconSet: 'fontAwesome', searching: {defaultSearch: "bw"}, pagger: true, rowNum:2, toppager: true }).jqGrid("filterToolbar").jqGrid("gridResize"); });
Reply
Anonymous
Information Epoch 1732638022
Effectiveness beats efficiency.
Home
Notebook
Contact us