Lexicon
LexiconLexicon
v 2.0v 1.0
  • Get Started
  • Foundations
    • Animations
    • Color
    • Grid
    • Layout
      • Full Box
      • Cards Layout
      • Form Box
      • Sidebar + Box
    • Typography
    • Writing Style
  • Core Components
    • Actions Definition
    • Alerts
    • Badges
    • Buttons
    • Cards
    • Charts
      • Charts
      • Colors
      • Interaction
      • Bar Chart
      • Donut Chart
      • Heatmap Chart
      • Line Chart
      • Pie Chart
      • Predictive Forecast Chart
      • Stacked Bar Chart
    • Confirmation Message
    • Dataset Display
    • Drag and Drop
    • Dropdown Menu
    • Empty States
    • Forms
      • Forms
      • Forms Hierarchy
      • Forms Navigation
      • Forms Rules
      • Forms Validation
      • Checkbox, Radio, Toggle
      • Color Picker
      • Date & Time Pickers
      • Multi Step Form
      • Multi Step Form Simplified
      • Selectors
      • Slider
      • Text Input
      • Text Input Group
      • Text Input Localizable
      • Text Input Variations
    • Icons
    • Labels
    • Link
    • List
    • Loading Indicator
    • Modals
    • Navigation
      • Breadcrumb
      • Navbar
      • Vertical Navigation
    • Pagination
    • Popovers and Tooltips
    • Progress Bar
    • Sidebar
    • Stickers
    • Table
      • Table
      • Inline Edit Table
    • Tabs
    • Toolbars
      • Toolbar
      • Management Toolbar
      • Upper Toolbar
  • Satellite Components
    • File Upload
    • Image Selector
    • Miller Columns
    • Navigation
      • Navigation
      • Header
    • Sidebar
      • Info Panel
      • Product Menu
    • Sites
      • Sites
      • Asset Title Bar
      • Asset Toolbar
      • Buttons
      • Profile Info
      • Widget Title Bar
  • Templates
    • Dataset Template
    • Form Template
  • Examples
    • Asset Metrics Dashboard
    • Page Distribution
    • Partner Portal
  • News
    • News
    • Status
  • Resources

Inline Edit Table

Pending
A table variation that lets users modify certain values of the entry without going to the detail page.

table inline edition, view mode

Usage

  • Use an inline edit table when you need to list information that may require quick editing. This pattern is used for cases such as commerce where editing is often required.
  • The "Edit" button is always visible since its the main feature of the inline edit table.
  • Each row has two different modes:
    • View mode
    • Edit mode
  • This table doesn't have a responsive version for mobile devices.

Row modes

View mode

  • It is the default status of the row in which the table data is not editable.
  • To enter edit mode, click the Edit button.
  • More actions are available under the actions button. If an element has an edit screen, name it "Advanced edit."

table inline edition row view configuration

Edit mode

  • In this mode, if an entry is editable, it is transformed into one of the following input fields when it's clicked: text field, numeric field, select, etc.
  • This mode has two different actions:
    • Save: saves the changes and enters view mode.
    • Cancel: discards the changes and enters view mode.

table inline edition row edit configuration

Example

table inline edition with first row in edition mode and first field on focus

Attributes

table row attributes

An editable row can contain the same elements as a standard table row. An inline editable table includes these attributes:

  1. Checkbox.
  2. Main column text.
  3. Other columns, in which different components may appear.
  4. Edit button.
  5. Actions button.

The minimum distance between two columns is 24px.

table row metrics

Except as otherwise noted, the content of this site is licensed under CC BY-SA 4.0 license.