Table Editor

DbFace application script.

!!! note “Depreciate” We generated Table Editor Applications for every tables automatically when the database connected. So you do not need create table editor application anymore.

Table editor provides the functions such as CRUD (creating, updating, deleting), filtering, paging the original database table, etc.

screenshot

DbFace built-in table editor is powerful:

  • Navigate data by page
  • Sort by field(multi-field)
  • Delete the line
  • Open line editor
  • Insert line: the user selects a single row of data, then open the line editor, Dbface will copy the seclected row data to the editor automatically. Very convenient.
  • Filter data by field. Click the “Filter” button to open the filter condition editor.

DbFace will generate Table Editor Application for every tables in the database connection. Please refer Data Module section to get more information about Table Editor Application


Last modified December 28, 2020: fix (7815b5e)