0

我正在尝试在我的一个项目中使用数据表。如果我要删除pipelining="true" pipesize="3",那么分页就不会出现,如果我这样做,它会以 JSON 格式获取所有数据。

<datatables:table id="lonlatTable" url="getLatLonList" serverSide="true" pipelining="true" pipeSize="3" row="latlon" rowIdBase="id" rowIdPrefix="latlon_" displayLength="10" lengthMenu="10,15,25,50,100,200,500,700,1000" jqueryUI="true"
filterable="true" sortable="true" processing="true" scrollX="true"  autoWidth="true" pageable="true" paginationType="full_numbers" stateSave="false" deferRender="true"   >

我在使用蒲公英 0.10.0时应该怎么做。

我已经升级到 1.1.0 但仍然没有运气。我发现它没有生成pipelining.js.

错误

在旧版本的蒲公英分页中工作没有任何问题。

编辑:

添加

<mvc:resources mapping="/dandelion/**" location="/dandelion/" />

在调度程序中它解决了流水线问题,但现在它失败了

类型错误:$.fn.dataTable.Api 未定义

请提供解决方案,因为项目正在延迟。

4

1 回答 1

0

添加

<mvc:resources mapping="/dandelion/**" location="/dandelion/" />

在调度程序中它解决了流水线问题

于 2017-02-17T06:45:41.510 回答