Sorry if this is a newbie question. I have searched but found nothing...
Using Python on GAE, I will display a table of, say, customers on an HTML table. The table will show their name and phone number.
I want the user to double-click on a row and have the python Post() method know either the row number double-clicked or the customer number of that row. A 'Select' button on each row would be an acceptable alternative to the double-click.
(I am trying to replicate or simulate the Windows / Delphi double-click event on a TStringgrid).
My question: is this possible? If so, how or where should I look?
many thanks David