I want to add one button in each of a table row (List page). If the user clicks it I want to redirect to another php with one parameter with the key of the row clicked.
Also I want to add another button up the table rows (List page). If the user clicks it I want to redirect to another php with parameters the keys of the selected rows.
I added buttons with the default code (hello param). But when I click it does not appears the message with the command ctrl.setMessage(message);
Thank you