如何在 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?
}
}
我知道我发布的要求或代码很少。但我希望这已经足够了。如果您需要有关任何内容的更多信息,请告诉我。
谢谢,山姆