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?

ARI CSV table: Customizing # of entries shown
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI CSV table: Customizing # of entries shown
#3522
ARI CSV table: Customizing # of entries shown 14 Years, 1 Month ago Karma: 0
I am just learning to use ARI CSV table and have a basic table up at:
moomilkco.com/index.php?option=com_content&view=article&id=25

I would like the table to display 50 entries by default when the page loads. Can I set that? Also, how do I set the default columns to sort by? I would like the table to load sorted first by state, then city.

Thank you in advance for any tips you can share.
The administrator has disabled public write access.
 
#3524
Re:ARI CSV table: Customizing # of entries shown 14 Years, 1 Month ago Karma: 748
Hello,

Unfortunately "ARI JDAtaTable" doesn't provide abilit to set filter and page size parameter by default, but we'll add this possitity in the next version. Currently this ability supports "ARI JTableSorter" plugin.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3525
Re:ARI CSV table: Customizing # of entries shown 14 Years, 1 Month ago Karma: 0
Can I use JTable sorter in addition to the code that is currently in place?
The administrator has disabled public write access.
 
#3526
Re:ARI CSV table: Customizing # of entries shown 14 Years, 1 Month ago Karma: 748
You can use "ARI JTableSorter" instead of "ARI JDataTable". In other case, you can wrap "ARI CSV Table" plugin with "ARI JTableSorter" instead of "ARI JDataTable" plugin.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3527
Re:ARI CSV table: Customizing # of entries shown 14 Years, 1 Month ago Karma: 0
Thank you, your response was a big help.

Now can you tell me how to tell it to sort by city, then state columns by default?
The administrator has disabled public write access.
 
#3528
Re:ARI CSV table: Customizing # of entries shown 14 Years, 1 Month ago Karma: 748
Add the following attribute to {arijtablesorter} tag:

Code:


defaultSorting="2:ASC,3:ASC"



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12