Table Editor

Build polished comparison tables. Click any cell to edit — hover a cell and click to toggle check / cross / dash.

Theme:
Hover any data cell → click to cycle: Text → ✓ → ✗ → — Hover a column header → click to mark as featured
Edit inline

Click any cell to edit. Column headers and feature labels are all editable.

Cycle cell types

Hover a cell and click to cycle: free text → check → cross → dash.

Featured column

Hover a column header and click ★ Feature to highlight it as the recommended option.

Note: What Is a Table Editor?

The Basics

A table editor is a tool for viewing and editing data in rows and columns, much like a mini spreadsheet. Unlike a chart, which visualizes data as shapes and lines, a table editor works with the raw values themselves. You can type new data, edit existing cells, sort rows, filter what you see, and delete entries that are not needed. It is the data workbench of a charting tool: the place where you prepare, clean, and review the numbers before they become a visualization.

Every chart starts as a table. A bar chart needs categories and values, a line chart needs dates and measurements, and a scatter plot needs pairs of x and y coordinates. The table editor is where that structure is defined, checked, and corrected, which makes it one of the most important parts of any data tool, even though it is the least flashy.

Common Use Cases
  • Reviewing a dataset before charting, scanning rows for typos, missing values, or mislabeled categories.
  • Comparing rows side by side, such as checking product listings across different columns or vendors in the same table.
  • Preparing chart data, renaming series, reordering categories, and filling in gaps so the chart renders cleanly.
  • Quick calculations and sanity checks, for example verifying totals or spotting duplicate entries.
  • Copying exportable tables, grabbing a clean, formatted range to paste into a report, an email, or a spreadsheet.
  • Editing demo data for a tool, adjusting sample values to see how the chart reacts instantly.
How It Helps You Prepare Chart Data

Good charts come from good tables. Before you render a visualization, the table editor lets you confirm that every column is consistent, every row is complete, and the headers clearly describe the values below them. Sorting by a column exposes the highest and lowest values instantly, which helps you set sensible chart scales and spot outliers that would distort the picture.

Being able to edit in place also means you can experiment without breaking anything: change a value, copy the table, and see how the chart reacts. When the data is finally clean, the same table becomes an easy source for a copyable, exportable version for reports and presentations.

Tips for Using It Well
  • Use clear, descriptive headers; a chart legend is only as good as the column name behind it.
  • Keep one type of value per column, for example numbers in one column and labels in another, to avoid sort errors.
  • Sort before you chart to catch outliers, then decide whether to keep, fix, or remove them.
  • Check totals and obvious ranges after editing; a doubled digit or a stray comma shows up immediately in a sorted view.
  • Copy only the range you need and keep formatting minimal so pasted tables stay clean.
  • If your data source changes often, rebuild the table from the source file instead of retyping cells by hand.
Fun Facts
  • The modern table is a cousin of the spreadsheet, which was invented in 1979 with VisiCalc, the first killer app for personal computers.
  • Spreadsheets are used by over a billion people worldwide, making tabular data the most common data format in business.
  • Data cleaning, the job a table editor supports, is famously reported to take up to 80% of a data analyst's time.
  • The CSV format, which tables often copy into, has remained unchanged since the 1970s because of its stubborn simplicity.
  • Sorting a column is a classic "stable sort" problem in computer science; stable sorts keep the original order of tied rows.
  • Spreadsheets once taught millions of people to program through formulas, and same table thinking now powers tools like dashboards and SQL queries.
  • Excel's famous "1-2-3" rival Lotus 1-2-3 got its name because it combined spreadsheet, charting, and database features in one program.