• Introduction
    • Why Liquid Oxygen
    • Getting started
      • React
      • Vue
  • Guides
    • CSS vs. Web Components
    • Component assets
    • Type checking and intellisense
    • Server-side rendering
    • Event handling
    • Form validation
    • Tailwind CSS integration
    • Design tokens
    • Sandbox applications
    • Troubleshooting
      • Popped-out element is rendered in wrong container
    • FAQ
  • Globals
    • Animations
    • Border-radius
    • Colors
    • Focus
    • Fonts
    • Shadows
    • Spacings
    • Theming
    • Typography
  • Components
    • Accordion
      • Accordion Panel
      • Accordion Section
      • Accordion Toggle
    • Background Cells
    • Badge
    • Breadcrumbs
      • Crumb
    • Button
    • Card
      • Card Stack
    • Checkbox
    • Circular Progress
    • Context Menu
      • Menu
      • Menuitem
      • Menuitem Group
    • Cookie Consent
    • Header
    • Icon
    • Input
    • Input Message
    • Label
    • Link
    • Loading Indicator
    • Modal
    • Notice
    • Notification
    • Pagination
    • Progress
    • Radio Button
    • Screen Reader Live
    • Screen Reader Only
    • Select
      • Option
    • Sidenav
      • Sidenav Accordion
      • Sidenav Back
      • Sidenav Header
      • Sidenav Heading
      • Sidenav Navitem
      • Sidenav Separator
      • Sidenav Slider
      • Sidenav Subnav
      • Sidenav Toggle Outside
    • Slider
    • Stepper
      • Step
    • Switch
      • Switch Item
    • Table
      • Table Body
      • Table Caption
      • Table Cell
      • Table Colgroup
      • Table Column
      • Table Footer
      • Table Head
      • Table Header
      • Table Row
      • Table Toolbar
    • Tabs
      • Tab
      • Tab List
      • Tab Panel
      • Tab Panel List
    • Toggle
    • Tooltip
    • Typography
  • Data Visualization
    • Getting Started
  1. Properties
  2. Shadow Parts
  3. Dependencies
    1. Used by
    2. Graph
Components Table Table Cell
(external link)

ld-table-cell #

The ld-table-cell component is a subcomponent for ld-table.

Please refer to the ld-table documentation for usage examples.


Properties #

Property Attribute Description Type Default
colspan colspan Contains a non-negative integer value that indicates for how many columns the cell extends. number undefined
headers headers Contains a list of space-separated strings, each corresponding to the id attribute of the table header elements that apply to this element. string undefined
key key for tracking the node's identity when working with lists string | number undefined
ref ref reference to component any undefined
rowspan rowspan Contains a non-negative integer value that indicates for how many rows the cell extends. number undefined

Shadow Parts #

Part Description
"cell" the actual td element

Dependencies #

Used by #

  • ld-table-row

Graph #

graph TD;
ld-table-row --> ld-table-cell
style ld-table-cell fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS