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 Data table template
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Data table template
#44090
ARI Data table template 10 Years, 10 Months ago Karma: 0
Hi,

Is it possible to change table template? If I choose HTML table, then table look like simple and elegant but without search box and filter. Using ARI data table, then odd and even rows are different. I'd like that same like HTML table (all rows looks like same). And all columns in data table views are not viewable, it shows only 4 columns of 10. I tried to change dataTable.css but it not helped me.
The administrator has disabled public write access.
 
#44091
Re:ARI Data table template 10 Years, 10 Months ago Karma: 748
Hello,

Do you want to remove background for odd and even rows for "ARI Data Table" widget?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44092
Re:ARI Data table template 10 Years, 10 Months ago Karma: 0
Yes. I am using in webpage black background and white font.
The administrator has disabled public write access.
 
#44093
Re:ARI Data table template 10 Years, 10 Months ago Karma: 748
Add the following CSS rule to "CSS Styles" parameter in module settings:

TABLE.dataTable TBODY TR.odd,
TABLE.dataTable TBODY TR.even,
TABLE.dataTable TBODY TR.odd TD,
TABLE.dataTable TBODY TR.even TD
{
background-color: transparent !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44097
Re:ARI Data table template 10 Years, 10 Months ago Karma: 0
Using
{
background-color: transparent !important;
}
doesn't change anything. Then tried code
{
background-color: black !important;
}
and this helped me. Thanks!
Last Edit: 2013/09/02 19:25 By ttt_kailit.
The administrator has disabled public write access.
 
#44098
Re:ARI Data table template 10 Years, 10 Months ago Karma: 0
One more question. Is the column headers can replace with the image?
The administrator has disabled public write access.
 
Go to topPage: 12