Data Management

Viewing Data

Viewing Data

WhoDB opens table, collection, and equivalent source objects from the Storage Units page.

Open A Storage Unit

Data Page Layout

The data page shows:

  • Object name and total row count
  • Search input for currently loaded row values
  • Page size selector
  • Where condition builder
  • Query button for reloading data
  • Optional embedded Scratchpad drawer
  • Data grid with row checkboxes, sortable headers, row context menu, pagination, import, export, and Add Row when supported

Search Versus Query

The Search field searches the rows currently loaded in the grid and scrolls/highlights matching cells. Use WHERE conditions when you want the backend query to return a smaller result set.

Use Where condition plus Query when you want the database to filter rows.

Table Cells

  • Click a cell to copy its value.
  • Double-click a row cell to copy the whole row as tab-separated values.
  • Right-click a row to open actions such as copy cell, copy row, select row, edit row, export, mock data, or delete row depending on source capabilities.

Empty Results

If the table shows No Data Available, the object may be empty, the current filter may match no rows, or the selected page may be beyond available results. Clear conditions and click Query to reload the unfiltered page.