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?

Table align right
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Table align right
#1957
Table align right 14 Years, 11 Months ago Karma: 0
Hello

Is it possible to align right the text in
ARI JDataTable
ARI JFlexGrid
ARI JTableSorter
ARI MooTable
?

also is it possible to align left the arrow sorting icons?

Thanks
The administrator has disabled public write access.
 
#1959
Re:Table align right 14 Years, 11 Months ago Karma: 748
Hello,

You can do it with help 'CSS Template'. Create new 'CSS Template' on the component backend with the following text:

/* DataTable plugin */
.dataTables_wrapper TABLE.display TD
{
text-align: right;
}

.dataTables_wrapper TABLE.display THEAD TH
{
padding: 10px 3px 10px 17px;
background-position: left center;
}

/* TableSorter plugin */
TABLE.tablesorter TD
{
text-align: right;
}

TABLE.tablesorter THEAD TH
{
padding: 4px 4px 4px 17px !important;
background-position: left center !important;
}

/* FlexGrid plugin */
.bDiv TABLE DIV
{
text-align: right !important;
}

/* MooTable plugin */
TABLE.klonPadding TD DIV.cell SPAN
{
left: auto !important;
right: 5px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3224
Re:Table align right 14 Years, 2 Months ago Karma: 0
How to proceed if I want to decide for each table I use on my site separate, which column should be aligned left center or right.

Is there an easier way than choosing alignment for each cell separate?

Thank you!
The administrator has disabled public write access.
 
Go to topPage: 1