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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?
Go to bottomPage: 1
TOPIC: Number of entries
#33141
Number of entries 12 Years, 5 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 12 Years, 5 Months ago Karma: 763
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 12 Years, 5 Months ago Karma: 0
Cool... does it for me! Thanks
The administrator has disabled public write access.
 
Go to topPage: 1