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?

Number of entries
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Number of entries
#33141
Number of entries 11 Years, 6 Months ago Karma: 0
Hi

I have a csv table and my client only want 4 entires per page... how do I do this?


{arijdatatable}
{aricsvtable file="data/csv/events.csv" delimiter="|" cellpadding="3" cellspacing="1"}
{aricsvtablecolumns}
{aricsvtablecolumn id="Society"}{/aricsvtablecolumn}
{aricsvtablecolumn id="Congress Name and Location"headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="Date"headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="Link" headerClassName="head"}{coltemplate}{/coltemplate}{/aricsvtablecolumn}
{/aricsvtablecolumns}
{/aricsvtable}
{/arijdatatable}


Thanks
The administrator has disabled public write access.
 
#33143
Re:Number of entries 11 Years, 6 Months ago Karma: 748
Hello,

Use the following code:

Code:


{arijdatatable customPagination="4,10,25,50" iDisplayLength="4"}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#33147
Re:Number of entries 11 Years, 6 Months ago Karma: 0
Cool... does it for me! Thanks
The administrator has disabled public write access.
 
Go to topPage: 1