|
|
@ -126,7 +126,7 @@
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="d-flex flex-row p-3 justify-content-between">
|
|
|
|
<div class="d-flex flex-row p-3 justify-content-between">
|
|
|
|
<label id="crdnPagingInfo" class="dataTables_info" role="status" aria-live="polite"></label>
|
|
|
|
<label id="crdnPaging--${pageName}PagingInfo" class="dataTables_info" role="status" aria-live="polite"></label>
|
|
|
|
<ul id="crdnPaging--${pageName}" class="pagination pagination-primary">
|
|
|
|
<ul id="crdnPaging--${pageName}" class="pagination pagination-primary">
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -190,7 +190,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
|
|
|
|
$("#crdnPaging--${pageName}").setPagingInfo({
|
|
|
|
$("#crdnPaging--${pageName}").setPagingInfo({
|
|
|
|
list: thisPO.crdnControl.dataset,
|
|
|
|
list: thisPO.crdnControl.dataset,
|
|
|
|
prefix: "crdn",
|
|
|
|
prefix: "crdnPaging--${pageName}",
|
|
|
|
start: obj[prefix+"Start"],
|
|
|
|
start: obj[prefix+"Start"],
|
|
|
|
totalSize: obj[prefix+"Total"],
|
|
|
|
totalSize: obj[prefix+"Total"],
|
|
|
|
fetchSize: obj[prefix+"Fetch"],
|
|
|
|
fetchSize: obj[prefix+"Fetch"],
|
|
|
|