DOCS / MEJA

Review and apply data edits

Browse rows, stage changes, and apply them deliberately.

Edit a value

  1. Open table data on a supported connection. Select the value you want to change and edit it in the grid.
  2. Review pending edits. Use Apply Changes to send them to the database, or discard them to return to the original values.
  3. Refresh or inspect the affected rows after applying changes. If the operation fails, read the error before retrying.

Paste from a spreadsheet

Copy a tab-separated range, select the top-left destination cell and paste. Check the mapped cells and types before applying. Primary-key columns are skipped by multi-cell paste.

Follow a foreign key

When Meja detects a supported foreign-key relationship, the referenced value can open the related table filtered to that row. This helps you inspect related records without rebuilding the lookup manually.

MongoDB documents

MongoDB uses collection and document editing. Open a document in the JSON editor, review the complete document and save the change. Document workflows differ from SQL grid editing.