My database-table gets listed now with all records correctly.
Is there a way to add an update-Button and Delete-Button at the end of each row.
With this I can make changes in the database faster.
I found this post from 2008:
Currently there is no action in dataface to do delete based on the selected items in list view.
However, you can link directly to the "delete" form for a record using the Dataface URL conventions.
e.g. index.php?-action=delete&product_id=10
would allow you to delete the product with product_id = 10.
-Steve
I have seen the datagrid-Module to edit inLine, this is a nice feature,.
I welcome the Update-Button at the end of each row to jump directly in edit-Mode. I hope you understand and can help me with this.

chichi