Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 19 Next »

  • A table is a data structure that organizes information into rows and columns. it can be used to both store and display data in a structured format.

  • A row is a horizontal group of values within a table. it contains values for multiple fields, which are defined by columns. because rows contain data from multiple columns, in databases, each table row may be considered a record.

  • A column is a vertical group of values within a table. it contains values from a single field in multiple rows.

  • To create form:

Navigate to → Setup → Business → Layouts → Select the object.

Exploration:

Header Row

A table header is a row at the top of a table used to label each column.

Rows

The horizontal arrangements of the number are called rows.

Pagination

Pagination is a simple navigation method that lets you split a huge amount of content within your tables into smaller parts.

Row checkbox

When a row checkbox is selected, the row should display the background color.

Sort button

To help users sort information, columns can be displayed sorted by default. to indicate which column is sorted by default, place a downward or upward arrow icon next to the column header’s name.

  • ↓ : The downward arrow shows that the column is sorted in descending order.

  • ↑ : The downward arrow shows that the column is sorted in ascending order.

Container


To display a list of database records.

Reset column width

It is used to resize column width.

Filters

To display a subset of the items in a table, define filter rules that show only the items in which you are interested. filtering does not refresh the table, therefore you are filtering only the items currently listed in the table.

Icon

  • No labels