Skip to content

jio-table

Props

Prop nameDescriptionTypeValuesDefault
dataThe data to display in the table, this is an array of objectsArray-
fieldsThe fields to display in the table, this is an array of the key names from the data objectArray-
fieldDetailsThe details of the fields to display in the table, this is an object with the field name as key and an object with "label" as valueTableFieldDetailItem-
selectableThe option to set the table selectable or not. The value of the checkbox will return in de data arrayboolean-
sortableThe option to make the table sortable or not.boolean-

View on Gitlab

General

This is the standard table component.

View design in Figma

Code examples

A simple table.