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?

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 14 Years, 6 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 14 Years, 6 Months ago Karma: 760
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 14 Years, 6 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 14 Years, 6 Months ago Karma: 760
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 14 Years, 6 Months ago Karma: 0
Thanks for all the help ! Great support !!!!
The administrator has disabled public write access.
 
Go to topPage: 12