Skip to content
table
AutoXXS (320px)XS (375px)SM (640px)MD (768px)LG (1024px)XL (1280px)XXL (1536px)
SketchMaterialiOSTamagui
DataInjectionKeyPatternsServiceTransactionProcessResearchProductQualityPerformanceSpecDomainFunctionTechnologyArchitectureConfigMiddlewareDataDatabaseDrizzleMigrationModelop-sqliteSchemaSQLState ManagementDraftKeystoneMergePatchPatchesPersistenceReactiveRedoStoreUndoTestingDeviceFactoryIsolationTypeScriptZodTopicsCommunicationBidsNVCDesignDesign ImplicationsEducationPedagogyFoundationsPsychologyAttachmentFloodingRelatingAuthentic RelatingUIEditorReact Native

table

Fragment reference table
tags
ui

Tabular data display. Contains column children.

Table attributes

AttributeTypeDefaultDescription
rowsnumber3Number of placeholder rows.
stripedbooleanfalseAlternate row background colors.

Column attributes

AttributeTypeDefaultDescription
labelstring-Header text.
widthstringautoCSS width (e.g. 20%).
alignleft | center | rightleftText alignment.
table(rows=4 striped=true)
column(label="Name" width="40%")
column(label="Status" width="20%" align="center")
column(label="Date" width="20%")
column(label="Amount" width="20%" align="right")