Dokumentation (english)

Table

Display data in a structured, tabular format

Use me when precision matters more than pretty pictures. I'll show you the exact numbers, sorted and organized in familiar rows and columns. Sometimes the best visualization is just clear, well-formatted data. Perfect for looking up specific values, comparing detailed records, or when your audience needs to see the actual numbers - not just a visual summary.

Overview

A table visualization displays your data in rows and columns, making it easy to view, sort, and analyze structured information. Tables are perfect for showing detailed records, comparing values across multiple dimensions, and presenting data that needs to be read precisely. With customizable sorting, filtering, and styling options, tables provide a familiar and flexible way to explore your dataset.

Best used for:

  • Displaying detailed records and individual data points
  • Comparing values across multiple columns
  • Showing precise numerical values
  • Presenting categorical data in organized rows
  • Exporting or sharing structured data
  • Quick data inspection and validation

Common Use Cases

Data Exploration & Validation

  • Inspecting raw data values
  • Verifying data quality and completeness
  • Checking for missing or unusual values
  • Understanding data structure
  • Reviewing individual records

Business Reporting

  • Customer lists and details
  • Transaction records
  • Sales reports by product/region
  • Inventory listings
  • Employee directories

Analysis & Comparison

  • Side-by-side metric comparison
  • Ranking and leaderboards
  • Performance summaries
  • Before/after comparisons
  • Multi-dimensional data views

Options

Columns

Required - Select which columns to display in the table. Choose one or more columns from your dataset. The table will show these columns in the order you select them. You can include any combination of numerical, categorical, text, or datetime columns.

Row Limit

Optional - Maximum number of rows to display.

Set how many rows to show in the table. Use lower limits for quick previews or higher limits for comprehensive views. Very large tables may take longer to render.

Sort Column

Optional - Column to sort the table by. Choose a column to determine the row order. Sorting helps identify top/bottom values, organize categorical data alphabetically, or arrange records chronologically.

Sort Order

Optional - Direction to sort the selected column.

Options:

  • Ascending: Smallest to largest, A to Z, oldest to newest
  • Descending: Largest to smallest, Z to A, newest to oldest

Settings

Show Header

Optional - Display column names at the top of the table. When enabled, shows column headers that identify what each column contains. Headers can help readers understand the data structure.

Header Color

Optional - Background color for the header row. Choose a color for the header background. Use colors that match your theme or help the header stand out from data rows.

Header Font Color

Optional - Text color for header labels.

Set the color of text in the header row. Ensure good contrast with the header background color for readability.

Cell Alignment

Optional - Horizontal alignment of cell content.

Options:

  • Left: Text aligned to left edge (typical for text)
  • Center: Text centered in cell
  • Right: Text aligned to right edge (typical for numbers)

Alternate Row Colors

Optional - Use different colors for alternating rows.

When enabled, even and odd rows have different background colors, making it easier to follow rows across the table (zebra striping).

Even Row Color

Optional - Background color for even-numbered rows.

Set the background color for rows 2, 4, 6, etc. Only applies when "Alternate Row Colors" is enabled.

Odd Row Color

Optional - Background color for odd-numbered rows.

Set the background color for rows 1, 3, 5, etc. Only applies when "Alternate Row Colors" is enabled.

Font Size

Optional - Size of text in the table.

Adjust text size for readability. Larger sizes are easier to read but show fewer rows per screen. Smaller sizes fit more information but may be harder to read.

Tips for Effective Table Design

  1. Column Selection:

    • Include only relevant columns
    • Put most important columns first
    • Remove redundant or unnecessary data
    • Consider your audience's needs
    • Group related columns together
  2. Sorting Strategy:

    • Sort by the most important metric
    • Use descending for rankings (highest first)
    • Use ascending for alphabetical lists
    • Consider multiple sort columns if available
    • Default to natural/chronological order when unsure
  3. Row Limits:

    • Start with smaller limits for quick views
    • Increase for comprehensive analysis
    • Consider pagination for large datasets
    • Balance detail vs. performance
    • Use filters to reduce rows instead of showing all
  4. Visual Design:

    • Use alternating row colors for readability
    • Ensure sufficient contrast between text and background
    • Align numbers to the right for easy comparison
    • Keep headers visible (especially in scrolling)
    • Use consistent formatting across similar tables
  5. Readability:

    • Don't overcrowd with too many columns
    • Use appropriate font sizes for your display
    • Format numbers consistently (decimals, commas)
    • Abbreviate long text values when possible
    • Consider responsive design for different screens

Common Table Patterns

Top 10 List

Sort by key metric, limit to 10 rows, show rankings.

Full Dataset View

All columns, higher row limit, sortable for exploration.

Summary Report

Selected key columns, sorted by category, clean styling.

Comparison Table

Side-by-side metrics, alternating colors, right-aligned numbers.

Table vs. Other Visualizations

Use Tables When:

  • Precise values are important
  • Multiple dimensions need comparison
  • Data needs to be searchable/scannable
  • Users need to reference specific records
  • Exporting to spreadsheets is needed

Use Charts When:

  • Showing trends over time
  • Comparing proportions or distributions
  • Highlighting patterns or relationships
  • Visualizing magnitudes at a glance
  • Presenting to non-technical audiences

Combine Both:

  • Summary chart + detailed table
  • Table for selection, chart for visualization
  • Chart overview + table for exact values

Formatting Tips by Data Type

Numerical Data

  • Right-align for easy comparison
  • Use consistent decimal places
  • Add thousand separators (1,000)
  • Consider scientific notation for very large/small numbers
  • Highlight negative values

Categorical Data

  • Left-align text
  • Sort alphabetically when appropriate
  • Use consistent capitalization
  • Consider abbreviations for long categories
  • Group similar categories together

Date/Time Data

  • Use consistent date format (YYYY-MM-DD)
  • Sort chronologically (newest or oldest first)
  • Include time when relevant
  • Consider relative dates (e.g., "2 days ago")
  • Format for your audience's locale

Text Data

  • Left-align
  • Truncate very long text
  • Use tooltips for full content
  • Consider word wrapping vs. truncation
  • Keep formatting consistent

Accessibility Considerations

  1. Headers: Always enable headers for screen readers
  2. Contrast: Ensure text and background have sufficient contrast
  3. Font Size: Use readable sizes (minimum 12px)
  4. Sorting: Make sort controls keyboard accessible
  5. Navigation: Support keyboard navigation through cells

Performance Tips

  • Limit rows for faster initial load
  • Consider pagination for large datasets
  • Load additional data on-demand
  • Use server-side sorting for huge tables
  • Cache frequently accessed tables

Troubleshooting

Issue: Table is too wide to fit on screen

  • Solution: Reduce number of columns. Prioritize most important data. Consider horizontal scrolling. Use abbreviated column names.

Issue: Too many rows to view effectively

  • Solution: Reduce row limit. Add filtering options. Implement pagination. Sort to show most important rows first.

Issue: Hard to follow rows across columns

  • Solution: Enable alternate row colors. Increase spacing. Reduce number of columns. Consider highlighting on hover.

Issue: Numbers are hard to compare

  • Solution: Right-align numerical columns. Use consistent decimal places. Add thousand separators. Consider highlighting ranges.

Issue: Table looks cluttered

  • Solution: Remove unnecessary columns. Increase spacing. Simplify color scheme. Use consistent formatting. Reduce font size or increase row height.

Issue: Can't find specific information

  • Solution: Add sorting capability. Implement search/filter. Organize columns logically. Reduce data noise. Use clear headers.

Issue: Colors look wrong or inconsistent

  • Solution: Check color accessibility. Ensure sufficient contrast. Test on different displays. Use color picker for exact matches. Consider colorblind-friendly palettes.

When to Use Alternative Visualizations

  • Too many rows: Use summary statistics or filtering
  • Trends over time: Use line or area charts
  • Proportions: Use pie, bar, or treemap charts
  • Distributions: Use histograms or box plots
  • Relationships: Use scatter plots or heatmaps
  • Hierarchical data: Use treemaps or sunburst charts

After viewing a table, consider:

  1. Summary statistics - Get overview metrics
  2. Column chart - Compare values visually
  3. Scatter plot - Explore relationships
  4. Heatmap - See patterns in large tables
  5. Box plot - Understand distributions

Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor 1 Tag
Release: v4.0.0-production
Buildnummer: master@64a3463
Historie: 68 Items