The Cell tag displays the value of a given field from a search result as a table cell. The Cell tag supports a number of features in displaying the value, such as date formatting, adding a suffix or prefix, and default values.
Place the Cell tag inside the body of a Row tag. The order of the cell tags within a row should match the order of the Header Cell tags within the table’s Header tag. In this example, a table contains three columns and displays the “full_name”, “address”, and “dob” fields for each document in the given search response.