【发布时间】:2013-06-24 09:59:45
【问题描述】:
如何在 jqgrid 的另一列中获取一列的格式化值。
例如:
{ name: 'amount', index: 'amount', sorttype: "float", formatter: processAmount, title: false },
{ name: 'netAmount', index: 'netAmount', sorttype: "float", formatter: function (cellvalue, options, rowObject)
{
// How do I get the formatted value of column "amount" here?
}
}
我知道我发布的需求或代码很少。但我希望这已经足够了。如果您需要更多信息,请告诉我。
谢谢, 山姆
【问题讨论】: