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 + Jdatatable theme
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI CSV table + Jdatatable theme
#5030
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 0
Just sent it over by email.

Thankx
The administrator has disabled public write access.
 
#5031
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 748
Open 'CSS Template' which you have created, remove the previous code and place the following code, please:

Code:


/* Define background of each odd row in a table */
DIV.dataTables_wrapper TABLE.display TR.odd TD
{
 background: #FFF;
}

/* Define background of each even row in a table */
DIV.dataTables_wrapper TABLE.display TR.even TD
{
 background: #e2ebfa;
}

/* Define the text color of the top bar */
DIV.dataTables_wrapper DIV.ui-widget-header DIV
{
  color: red;
}

/* Adds right and left borders to table */
DIV.dataTables_wrapper table.display
{
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}

DIV.dataTables_wrapper
{
  margin: 0 1px;
}

DIV.dataTables_wrapper DIV.ui-widget-header
{
  margin-left: -1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5032
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 0
Thanks, works like a charm.

I just remarked 1 more thing.
Rounded corners of table show up nicely in Firefox but not in IE.
Any solution for this ?
The administrator has disabled public write access.
 
#5033
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 748
This is problem of IE because it doesn't support CSS 3, but 'ARI JDataTable' uses 'border-radius' CSS property for creating rounded corners.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5034
Re:ARI CSV table + Jdatatable theme 13 Years, 10 Months ago Karma: 0
Thanks for all the help ! Great support !!!!
The administrator has disabled public write access.
 
Go to topPage: 12