Dynamically show data in the form of table on frontend

English! place to talk about development, programming and coding
Post Reply
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Dynamically show data in the form of table on frontend

Post by GMunjal »

Hi,

I want to add data dynamically on some *.dtl file so that the data will be visible on the frontend in the form of table. How can I do this?

Thanks & Regards,
Gaurav
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Dynamically show data in the form of table on frontend

Post by crythias »

what part would you be stuck on?
You need:
  • A source of data
  • A way to retrieve it
  • A way to provide it as a table
  • A choice of screen(s) upon which you'd like to present it
  • The ability to edit that .dtl
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Re: Dynamically show data in the form of table on frontend

Post by GMunjal »

Hi Crytias,

I am developing a new functionality, an Action button on the "AgentTicketZoom" page. When you click on that button a new page should open with the data fetched from the database and should display as table. I am able to fetch data from database in the new perl module, but I am not able to pass that data to dtl file of that perl module.

Regards,
Gaurav
Post Reply