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