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?

Need to put a line with no data in the table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need to put a line with no data in the table
#36422
Need to put a line with no data in the table 11 Years, 9 Months ago Karma: 0
Is there anything I can do with ARI Data Tables to put a blank line in the table. I'm using a CSV file input and after listing a few lines of data, the customer wants a blank line to separate one group of entries from the next. The CSV file has a line with no data but it doesn't cause an empty table entry.

I know this is what CSS is supposed to do and this is NOT an ARI data table problem. Just hoping someone has a solution. Thanks for any help...Sam
The administrator has disabled public write access.
 
#36426
Re:Need to put a line with no data in the table 11 Years, 9 Months ago Karma: 760
Hello,

Use   as a value for the first column for empty record from CSV file. For example if CSV file looks like:

Code:


col 1,col 2,col 3
data 1-1,data 1-2,data 1-3
data 2-1,data 2-2,data 2-3
,,
data 3-1,data 3-2,data 3-3



modify it in the following way:

Code:


col 1,col 2,col 3
data 1-1,data 1-2,data 1-3
data 2-1,data 2-2,data 2-3
 ,,
data 3-1,data 3-2,data 3-3



Regards,
ARI Soft
The administrator has disabled public write access.
 
#36444
Re:Need to put a line with no data in the table 11 Years, 9 Months ago Karma: 0
That did the job, thanks so much!!!
The administrator has disabled public write access.
 
Go to topPage: 1