Hello,
I want to achieve the following:
* Show all records or a search result of records as a table.
* The first column of the table shall contain a checkbox.
* The usere shall select those records, he/she is interested in by
checking the boxes
* The user shall click on: show details for selected which would
update the selection accordingly.
I found this PHP code:
http://www.webbysoft.com/babelkit/php/bk_demo.php
How would I start to develop such a functionality with web2py?
Thanks,
Timmie