Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

custom Pagination as Parameter for datatabl plugin
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: custom Pagination as Parameter for datatabl plugin
#66722
custom Pagination as Parameter for datatabl plugin 3 Years, 9 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!
The administrator has disabled public write access.
 
#66752
Re:custom Pagination as Parameter for datatabl plugin 3 Years, 9 Months ago Karma: 747
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
The administrator has disabled public write access.
 
#66753
Re:custom Pagination as Parameter for datatabl plugin 3 Years, 9 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
The administrator has disabled public write access.
 
#66758
Re:custom Pagination as Parameter for datatabl plugin 3 Years, 8 Months ago Karma: 747
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
The administrator has disabled public write access.
 
#66759
Re:custom Pagination as Parameter for datatabl plugin 3 Years, 8 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!
The administrator has disabled public write access.
 
#66760
Re:custom Pagination as Parameter for datatabl plugin 3 Years, 8 Months ago Karma: 747
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
The administrator has disabled public write access.
 
Go to topPage: 12