How could I add a column which contains button or links

How could I add a column which contains button or links

nightweepnightweep Posts: 1Questions: 0Answers: 0
edited September 2011 in General
I want to add a column, this column will contain buttons and links on each line. for example, "view", "delete" or "open", when user click the button, system will handle it for the line he clicked.
How could I implement it?

Replies

  • DriverDriver Posts: 23Questions: 0Answers: 0
    edited September 2011
    If you have a file name as a value in a column you can do like I did:

    in server_processing.php
    [quote]$aColumns = array( 'engine', 'browser', 'platform', 'version', 'grade', 'CONCAT("Download file")' );[/quote]
  • alfredoeroalfredoero Posts: 1Questions: 0Answers: 0
    Hi i have a problem here, i have a table and the add and delete buttons are the default buttons and the add buttons opens a form dialog, the issue is that when i click the link it opens the dialog form for a couple of seconds before it opens the link.

    Am I doing something wrong? why it opens the dialog?
This discussion has been closed.