编辑 | blame | 历史 | 原始文档

---
title: Table
type: tags
order: 308
meta_title: Table Tag to Display Keys & Values in Tables

meta_description: Customize Label Studio by displaying key-value pairs in tasks for machine learning and data science projects.

The Table tag is used to display object keys and values in a table.

{% insertmd includes/tags/table.md %}

Example

Basic labeling configuration for text in a table

<View>
  <Table name="text-1" value="$text"></Table>
</View>