eBay MIND Patterns
  • Introduction
  • Messaging
    • Alert Dialog
    • Confirm Dialog
    • File Preview Card
    • Form Validation
    • Inline Notice
    • Input Meter
    • Input Validation
    • Page Notice
    • Star Rating (static)
    • Time
    • Toast Dialog
    • Tourtip
  • Input
    • Button
    • Checkbox
    • Chips Combobox
    • Combobox
    • Date Picker
    • File Input
    • Input Dialog
    • Listbox
    • Listbox Button
    • Menu
    • Menu Button
    • Phone Input
    • Radio
    • Select
    • Star Rating (interactive)
    • Switch
    • Toggle Button
    • Toggle Button Group
  • Navigation
    • Breadcrumbs
    • Fake Menu Button
    • Fake Tabs
    • Link
    • Pagination
    • Skip Navigation
    • Tile
  • Disclosure
    • Accordion
    • Carousel
    • Lightbox Dialog
    • Details
    • Flyout
    • Footnote
    • Infotip Button
    • Panel Dialog
    • Pulldown List
    • Segmented Buttons
    • Tabs
    • Tooltip
  • Structure
    • Description List
    • Form
    • Heading
    • Image
    • Item Tile
    • Layout Grid
    • Region
    • Table
    • Table Cell
  • Techniques
    • Active Descendant
    • Ambiguous Label
    • Background Icon
    • Keyboard Trap
    • Live Region
    • Offscreen Text
    • Roving Tabindex
    • Skip to Main Content
    • Alternative Text
  • Anti-Patterns
    • Disabling Pinch-to-Zoom
    • Hand Cursor on Buttons
    • JavaScript HREF
    • Layout Table
    • Mouse Hover on Static Elements
    • Open New Window
    • Setting Focus on Page Load
    • Tabindex-itis
    • Title Tooltip
  • Appendix
    • ARIA Essentials
    • Checklist
    • FAQ
    • Keyboard Interface
    • Known Issues
    • Legacy Patterns
      • Fullscreen Dialog
    • MIND Pattern Template
    • Pattern Naming Scheme
    • References
    • Utilities
Powered by GitBook
On this page
  • Simple Cell
  • Simple String
  • Simple Numeric
  • Simple Date
  • Link Cell
  • Form Inputs
  • Input Field
  • Listbox Button
  • Multiline Cell
  1. Structure

Table Cell

Represents table cell types and available structures.

PreviousTableNextTechniques

Last updated 9 months ago

Tables may have a few different types (and subtypes) of cells that map to various structures. The various types as follows are detailed from simplest to gradually more complex.

Simple Cell

A simple table cell is a single-line text that can be of various sub-types. Simple Cell Sub-types are as follows.

Simple String

The simple single-line string cell type contains a simple text string with no layout whatsoever. It is always left-aligned in the cell.

Simple Numeric

The simple single-line numeric cell type contains a number or currency with no layout whatsoever. It is always right-aligned in the cell.

Simple Date

The simple single-line date cell type contains a date with no layout whatsoever. It is always left-aligned in the cell.

Link Cell

The link cell is a simple cell except that it uses an anchor tag and results in a single-line link.

Form Inputs

This is the type of cell that contains form inputs. The types of inputs are as follows.

Input Field

Listbox Button

This cell type includes a listbox button that allows a user to select from existing options.

Multiline Cell

This is the type of cell that contains Simple and Signal cell contents but includes more than one line, but no more than a maximum of three lines.