jQWidgets jqxGrid renderaggregates()方法

  • Post category:jquery

以下是关于“jQWidgets jqxGrid renderaggregates()方法”的完整攻略,包含两个示例说明:

方法简介

renderaggregates() 方法是 jQWidgets jqxGrid 控件的一个方法,用于渲染聚合数据。该方法的语法如下:

$("#jqxGrid").jqxGrid('renderaggregates');

在上述语法中,#jqxGrid 表示 jqxGrid 控件的 ID。

完整攻略

下面是使用 renderaggregates() 方法的完整攻略:

  1. 创建一个 `jqxGrid 控件,并设置数据源和列信息。
$("#jqxGrid").jqxGrid({
    source: data,
    columns: [
        { text: 'Name', datafield: 'name' },
        { text: 'Age', data: 'age' },
        { text: 'Address', datafield: 'address' }
    ]
});
  1. 使用 addgroup() 方法添加一个分组。
$("#jqxGrid").jqxGrid('addgroup', 'name');
  1. 使用 addaggregates() 方法添加聚合数据。
$("#jqxGrid").jqxGrid('addaggregates', ['age'], [{
    'Minimum': function (aggregatedValue, currentValue) {
        if (aggregatedValue == null) {
            aggregatedValue = currentValue;
        }
        else if (currentValue < aggregatedValue) {
            aggregatedValue = currentValue;
        }
        return aggregatedValue;
    }
}]);

在上述代码中,我们添加了一个聚合数据,该聚合数据计算age` 列的最小值。

  1. 使用 renderaggregates() 方法渲染聚合数据。
$("#jqxGrid").jqxGrid('renderaggregates');

示例说明

以下两个示例演示了如何使用 renderaggregates() 方法。

示例1

在此示例中,我们创建了一个 jqxGrid 控件,并使用 addgroup() 方法添加了一个分组。然后,我们使用 addaggregates() 方法添加了一个聚合数据,该聚合数据计算 age 列的最小值。最后,我们使用 renderaggregates() 方法渲染聚合数据。

<div id="jqxGrid"></div>

<script>
    $(document).ready(function () {
        // 创建 jqxGrid 控件
        $("#jqxGrid").jqxGrid({
            source: data,
            columns: [
                { text: 'Name', datafield: 'name' },
                { text: 'Age', datafield: 'age' },
                { text: 'Address', datafield: 'address' }
            ]
        });

        // 添加一个分组
        $("#jqxGrid").jqxGrid('addgroup', 'name');

        // 添加一个聚合数据
        $("#jqxGrid").jqxGrid('addaggregates', ['age'], [{
            'Minimum': function (aggregatedValue, currentValue) {
                if (aggregatedValue == null) {
                    aggregatedValue = currentValue;
                }
                else if (currentValue < aggregatedValue) {
                    aggregatedValue = currentValue;
                }
                return aggregatedValue;
            }
        }]);

        // 渲染聚合数据
        $("#jqxGrid").jqxGrid('renderaggregates');
    });
</script>

在上述代码中,我们创建了一个 jqxGrid 控件,并使用 addgroup() 方法添加了一个分组。然,我们使用 addaggregates() 方法添加了一个聚合数据,该聚合数据计算 age 列的最小值。最后,我们使用 renderaggregates() 方法渲染聚合数据。

示例2

在此示例中,我们创建了一个 jqxGrid 控件,并使用 addgroup() 方法添加了一个分组。然后,我们使用 addaggregates() 方法添加了一个聚合数据,该聚合数据计算 age 列的最大值。最后,我们使用 renderaggregates() 方法渲染聚合数据。

<div id="jqxGrid"></div>

<script>
    $(document).ready(function () {
        // 创建 jqxGrid 控件
        $("#jqxGrid").jqxGrid({
            source: data,
            columns: [
                { text: 'Name', datafield: 'name' },
                { text: 'Age', datafield: 'age' },
                { text: 'Address', datafield: 'address' }
            ]
        });

        // 添加一个分组
        $("#jqxGrid").jqxGrid('addgroup', 'name');

        // 添加一个聚合数据
        $("#jqxGrid").jqxGrid('addaggregates', ['age'], [{
            'Maximum': function (aggregatedValue, currentValue) {
                if (aggregatedValue == null) {
                    aggregatedValue = currentValue;
                }
                else if (currentValue > aggregatedValue) {
                    aggregatedValue = currentValue;
                }
                return aggregatedValue;
            }
        }]);

        // 渲染聚合数据
        $("#jqxGrid").jqxGrid('renderaggregates');
    });
</script>

在上述代码中,我们创建了一个 jqxGrid 控件,并使用 addgroup() 方法添加了一个分组。然后,我们使用 addaggregates() 方法添加了一个聚合数据,该聚合数据计算 age 列的最大值。最后,我们使用 renderaggregates() 方法渲染聚合数据。

总结

以上是 jQWidgets jqxGrid renderaggregates()方法 的完整攻略,包含了方法的语法、使用步骤及两个示例说明。在实际开发中,可以根据需要使用该方法渲染聚合数据,以满足业务需求。