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?

Two questions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Two questions
#61239
Two questions 6 Years, 7 Months ago Karma: 0
Hi,

- is it possible to add extra column into table that comes from MySQL? ( I need to add print icon on the end of the row))

- can I use DataTables on tables generated "on the fly"?

Best regards, Tomasz.
The administrator has disabled public write access.
 
#61241
Re:Two questions 6 Years, 7 Months ago Karma: 747
Hello,

1. It is possible to add an extra column to "SELECT" SQL query and then format it with help of "Columns settings -> Format" parameter. For example use the following query:

SELECT id, 1 AS print FROM tel

Set "Column settings -> ID" to print and populate "Columns settings -> Format" with appropriate formatting rule. For example:

<b>Print</b>

2. Could you explain in more details what you mean under "tables generated on the fly"? The extension can show data from a database based on "SELECT" SQL query.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#61246
Re:Two questions 6 Years, 7 Months ago Karma: 0
Query will be generated basing on the HTML form after selecting the appropriate
fields.

Then I would like to show table formated as DataTable.
The administrator has disabled public write access.
 
#61247
Re:Two questions 6 Years, 7 Months ago Karma: 747
It is possible to use request variables in "WHERE" clauses of SQL query, but the extension doesn't support ability to change SQL query dynamically.

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