how to add a inline custom button by each row into the grid?

Hi, i reviewed last posts but i dont know how to add custom button.
I know i should put code in Server&Client scripts but only displayed button after and before the grid, and dont into the grid, for each row.

I will be very grateful for your help and guide.
Regards, Richard

You may simply use “ListOptions_Load” and “ListOptions_Rendered” server event. Please read “Server Events and Client Scripts” topic from PHPMaker Help menu for more info and example.

Thank you very much.
both ListOptions_Load and ListOptions_Rendered functions are in xxxxx_list.php into CLASSES folder, and they are calling to show inline objects.

Regards, Richard