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 Tables: Text not showing in the table
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: ARI Tables: Text not showing in the table
#34781
Re:ARI Tables: Text not showing in the table 11 Years, 6 Months ago Karma: 748
Check your mail.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34786
Re:ARI Tables: Text not showing in the table 11 Years, 6 Months ago Karma: 0
Hii,

I guess you wanted me to to try with the modified .csv file you had attached in the mail.

Tried with it....still not showing....some characters are visible.....but most of them not showing correctly.

If you want i can provide you the admin details.

Thanks again...much appreciated.

Kind Regards

Abdul Sattar
The administrator has disabled public write access.
 
#34787
Re:ARI Tables: Text not showing in the table 11 Years, 6 Months ago Karma: 0
Hi...sorry my mistake...it worked...now i changed the encoding to unicode UTF-8.


THANK YOU SO MUCH.............................Can you point what was the mistake.


How do i convert the excel file to .csv file as you did correctly.

Please let me know.....well this made my day.

Thanks & Kind Regards

Abdul Sattar
The administrator has disabled public write access.
 
#34791
Re:ARI Tables: Text not showing in the table 11 Years, 6 Months ago Karma: 748
Hello,

Could you explain in more details what problem do you have with converting Excel files to CSV?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34792
Re:ARI Tables: Text not showing in the table 11 Years, 6 Months ago Karma: 0
Hi,

Actually excel doesnt allow to export the file in .csv format with the unicode character sets included..it displays a warning saying that some features would be stripped if continued to save in the csv format...so was confused how to make it fully compatible to show in the tables....Also is there any detailed documentation available for ARIData Tables to customize the fonts and the look through css......

Thanks & Kind Regards

Abdul Sattar
The administrator has disabled public write access.
 
#34793
Re:ARI Tables: Text not showing in the table 11 Years, 6 Months ago Karma: 748
You can find possible solutions here. For example you can use OpenOffice application to convert Excel files to CSV with different encoding.

About changing styles, it is possible to add specific CSS class(es) to columns with help of "Columns settings -> CSS Class" parameter, for this enter column name or index in "Columns settings -> ID" parameter and a name of CSS class for the column in "Columns settings -> CSS Class" parameter. For example if you enter mycol class name, you can place the following CSS rule to "CSS Styles" parameter in module settings to change font size and color:

TABLE TBODY TR TD.mycol
{
font-size: 20px;
color: red;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123