【问题标题】:Export just the first page, not all data只导出第一页,而不是所有数据
【发布时间】:2015-09-13 08:52:23
【问题描述】:

为什么导出表只导出第一页,而不是表中的所有数据?

$("#button1").shieldButton({
        events: {
            click: function (e) {
                $('#grid').tableExport({ type: 'excel', escape: 'false', tableName: "shieldui-grid" });
            }
        }
    });

【问题讨论】:

    标签: export shieldui


    【解决方案1】:

    导出器将仅导出当前加载的数据。 一种可能的选择是禁用分页、导出和获取所有数据。目前,导出功能将导出页面中呈现的元素。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-12-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-10
      相关资源
      最近更新 更多