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?

Column settings
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Column settings
#22422
Re:Column settings 12 Years, 4 Months ago Karma: 748
Provide a link to a page where we can see a table.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22463
Re:Column settings 12 Years, 4 Months ago Karma: 748
Try to add use the next code in "CSS Styles" parameter in module settings:

Code:


{$id} .ari-tbl-col-INDEX
{
 width: 100px;
}



Where INDEX is zero-based column index, for example if you want to set width to 100px for the first column and 75px for the second column, add the next code:

Code:


{$id} .ari-tbl-col-0
{
 width: 100px;
}

{$id} .ari-tbl-col-1
{
 width: 75px;
}



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