custom Pagination as Parameter for datatabl plugin 4 Years, 4 Months ago
|
Karma: 0
|
Hi,
just updated from DataTable Pack v. 1.9.4 to ARI Smart Content v. 2.3.3
Most stuff is working fine, but I'm still looking for a posibility to set the dropdown menu for pagination. In the old version (arijdatatable) it was possible with the parameter "customPagination". Is there some parameter with the same function in the new version? Setting in plugin settings works global, but I want to overwrite this individual for some tables.
Thx & best regards!
|
|
|
|
|
Re:custom Pagination as Parameter for datatabl plugin 4 Years, 3 Months ago
|
Karma: 760
|
Hello,
Sorry for the delay. It is possible to define simple paging via plugin parameters:
Code: |
{datatable paginationType="simple" datatable_customPagination="1,2,3,4,5"}
... table goes here ...
{/datatable}
|
Regards,
ARI Soft
|
|
|
|
|
Re:custom Pagination as Parameter for datatabl plugin 4 Years, 3 Months ago
|
Karma: 0
|
Hi,
thanks, the parameter datatable_customPagination="1,2,3,4,5"} is working as expected (if I switch paging mode global in plugin settings). But the parameter for changing custom paging mode to simple is still missing. paginationType only changes the buttons for navigation.
best regards
|
|
|
|
|
Re:custom Pagination as Parameter for datatabl plugin 4 Years, 3 Months ago
|
Karma: 760
|
Sorry, but "advanced" mode can not be configured in shortcode. "ARI Smart Content - DataTable" module can be used for this purpose if show data from a database or a CSV file.
Regards,
ARI Soft
|
|
|
|
|
Re:custom Pagination as Parameter for datatabl plugin 4 Years, 3 Months ago
|
Karma: 0
|
ok, so I understand right, that there is no shortcode to switch from advanced mode to simple for some tables?
not a big problem, so i have to switch to simple in global settings and it will work.
thx for the support!
|
|
|
|
|
Re:custom Pagination as Parameter for datatabl plugin 4 Years, 3 Months ago
|
Karma: 760
|
Use the following code to change "advanced" paging to "simple" via shortcode:
Code: |
{datatable datatable_pagingMode="simple" datatable_customPagination="1,2,3,4,5"}
... table goes here ...
{/datatable}
|
Regards,
ARI Soft
|
|
|
|
|
|