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?
Go to bottomPage: 12
TOPIC: Detail page
#57240
Detail page 9 Years, 1 Month ago Karma: 0
Hi,
I bought Ari Tables and I'd like to show a table with 3 column (fields) but I'd like to click on the line on my interest in order to see the other details about that line ( as a pop up or a new windows).
Is possible ? how can I do that ?

I'm using a CSV file as data source.

Thanks
Andrea
The administrator has disabled public write access.
 
#57241
Re:Detail page 9 Years, 1 Month ago Karma: 763
Hello,

Read this post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57242
Re:Detail page 9 Years, 1 Month ago Karma: 0
HI Ari Tables,
I read your post the point is that I have only one CSV file with 10 column, I want to show 3 column and when I click on a line I want to see the other information.

I read your post and your example
****************************************
SELECT
*
FROM
tbl
WHERE
CatId = {$REQUEST:categoryId}
****************************************

...but If I choose CSV option I have no possibility to insert any SQL code.

How can do that ?

thanks
Andrea
The administrator has disabled public write access.
 
#57243
Re:Detail page 9 Years, 1 Month ago Karma: 763
"CSV -> Filters" parameters section can be used for CSV files. For example if want to filter data from a file by "categoryId" request variable in "CatId" column, set "CSV -> Filters -> Column Name" parameter to CatId value, "CSV -> Filters -> Operator" to "Equals" and "CSV -> Filters -> Value" to {$REQUEST:categoryId} value.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#57244
Re:Detail page 9 Years, 1 Month ago Karma: 0
Hi Ari Soft,
may be I didn't explain well what I want to do, because I used the filter as you suggest to me but this doesn't work.
the situation is that

1) I have a CSV files with 8-10 columns
2) As first step, I want to show you only the first 3 columns
( I'm able to do These steps)

3) I want to click on a line
4) I want to open a pop up in order to see the other fields of that line
(steps 3 and 4 I'm not able to do that)

The attached picture should explain my goal.

Pls Let me know if is it possible.

Thanks in advance
Andrea
Last Edit: 2016/03/28 12:35 By adolcini.
The administrator has disabled public write access.
 
#57246
Re:Detail page 9 Years, 1 Month ago Karma: 763
Hello,

It can be done if create two module instances, one for main table and another for secondary table (with details about the selected row) and send a request variable (row ID) to secondary table. This solution is described here.

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