蒲公英数据表 + Spring 如果流水线为假,mvc 分页将禁用
Dandelion Datatables + Spring mvc pagination disables if pipelining is false
我正在尝试在我的一个项目中使用数据表。如果我要删除 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" >
我在用Dandelion 0.10.0.
怎么办
我已经升级到 1.1.0,但还是不行。我发现它没有生成 pipelining.js.
在旧版本的蒲公英分页中没有任何问题。
编辑:
添加
<mvc:resources mapping="/dandelion/**" location="/dandelion/" />
在调度程序中,它解决了流水线问题,但现在失败了
TypeError: $.fn.dataTable.Api is undefined
项目延迟,请提供解决方案。
添加
<mvc:resources mapping="/dandelion/**" location="/dandelion/" />
在调度程序中它解决了流水线问题
我正在尝试在我的一个项目中使用数据表。如果我要删除 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" >
我在用Dandelion 0.10.0.
怎么办我已经升级到 1.1.0,但还是不行。我发现它没有生成 pipelining.js.
在旧版本的蒲公英分页中没有任何问题。
编辑:
添加
<mvc:resources mapping="/dandelion/**" location="/dandelion/" />
在调度程序中,它解决了流水线问题,但现在失败了
TypeError: $.fn.dataTable.Api is undefined
项目延迟,请提供解决方案。
添加
<mvc:resources mapping="/dandelion/**" location="/dandelion/" />
在调度程序中它解决了流水线问题