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?

Show export Buttons
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Show export Buttons
#34924
Show export Buttons 11 Years, 5 Months ago Karma: 0
Hi,

In ARI Data Tables module I set "Show export buttons" to "YES".
The problems of buttons are:
1. Design problem. It is better to show all buttons in one row, but at the moment one of them is in another row. See the screenshot.
2.There is no difference between function of Excell button and CSV. Both create CSV file.
Last Edit: 2012/12/15 15:06 By anatol06.
The administrator has disabled public write access.
 
#34926
Re:Show export Buttons 11 Years, 5 Months ago Karma: 748
Hello,

Is it possible to see the problems?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34927
Re:Show export Buttons 11 Years, 5 Months ago Karma: 0
admin wrote:
Hello,

Is it possible to see the problems?

Regards,
ARI Soft


Not Yet. I tried it on my local computer, but soon I will make a test page on the website and will send you the link.
The administrator has disabled public write access.
 
#34929
Re:Show export Buttons 11 Years, 5 Months ago Karma: 0
The page is here dzogchen.ro/reports
I just discovered, the problem with arrangement of the buttons arise in Google Chrome, in Firefox it is OK.
But the export is the same, no excel, just CSV.
The administrator has disabled public write access.
 
#34930
Re:Show export Buttons 11 Years, 5 Months ago Karma: 748
1. Add the following code to "CSS Styles" parameter in module settings to fix buttons alignment:

{$id}_wrapper .DTTT_container
{
width: 100%;
}

2. "ARI Data Table" widget is based on DataTables jQuery plugin and uses TableTools addon to show export buttons. The addon uses CSV format for Excel button because it is supported by MS Excel. You can read about it here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34931
Re:Show export Buttons 11 Years, 5 Months ago Karma: 0
admin wrote:
1. Add the following code to "CSS Styles" parameter in module settings to fix buttons alignment:

{$id}_wrapper .DTTT_container
{
width: 100%;
}

2. "ARI Data Table" widget is based on DataTables jQuery plugin and uses TableTools addon to show export buttons. The addon uses CSV format for Excel button because it is supported by MS Excel. You can read about it here.

Regards,
ARI Soft


Thank you very much!! Now it is ok.
The administrator has disabled public write access.
 
Go to topPage: 1