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?
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?
Replies
in server_processing.php
[quote]$aColumns = array( 'engine', 'browser', 'platform', 'version', 'grade', 'CONCAT("Download file")' );[/quote]
Am I doing something wrong? why it opens the dialog?