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?

filter to the table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: filter to the table
#49756
filter to the table 10 Years, 1 Month ago Karma: 0
Hello Help please create a filter to the table.

requires:
1. Install filters on each column. In the column "amplua" and "Seasons" dropdown needs.
2. Each line must be a link to the page.
Last Edit: 2014/06/01 00:41 By dimix.
The administrator has disabled public write access.
 
#49757
Re:filter to the table 10 Years, 1 Month ago Karma: 748
Hello,

1. The extension doesn't support this ability. If you show data from a database, a HTML form with drop-downs can be create outside of the table and then values from the form can be used in "WHERE" clause of SQL query. Request variables are used in "WHERE" clause in the following way (for example "amplua" and "seasons" variables):

SELECT
*
FROM
tbl
WHERE
amplua = {$REQUEST:amplua|empty:''}
AND
Seasons = {$REQUEST:seasons|empty:''}

2. It is possible to create links for specific fields. For this set field name in "Columns settings -> ID" parameter and use the following value in "Columns settings -> Format" parameter:

Code:


<a href="http://www.domain.com">{$value}</a>



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