如何将列标题名称更改为数据库值jqGrid?

时间:2016-09-18 09:25:27

标签: jquery jqgrid

在trirands jqGrids的数据透视表中有一个名为many summary values的表

其中,它使用以下json数据

{ 
  "rows":[
    {
        "CategoryName":"Beverages",
        "ProductName":"Steeleye Stout",
        "Country":"UK",
        "Price":"1008.0000",
        "Quantity":"65"
    },{
        "CategoryName":"Beverages",
        "ProductName":"Laughing Lumberjack Lager",
        "Country":"USA",
        "Price":"140.0000",
        "Quantity":"10"
    },{
        "CategoryName":"Beverages",
        "ProductName":"Guarana Fantastica",
        "Country":"USA",
        "Price":"724.50",
        "Quantity":"10"
    }


]} 

假设我从DB发送类似于上述数据的内容,在trirand网站上的示例中显示了两个具有Captions Price和Qty的列。但假设我只需要价格列并在该价格列标题而不是打印标题价格我想打印上述数据的价格属性中的值。因此,如果某个json有12个对象,则会有12个价格列,但这些价格列将具有打印在列标题标题上的价格值,如下所示:

enter image description here

0 个答案:

没有答案