Home > General Components > PropertyTable

PropertyTable

@wq/react’s <PropertyTable/> component generates a <Table/> with a row for each field in the form configuration corresponding to the current route. <PropertyTable/> is primarily used with the DefaultDetail view, and can be overridden to customize that view.

Source

The source code for <PropertyTable/> is available here:

  • PropertyTable.js (@wq/react)

The @wq/react implementation leverages useComponents() to facilitate customization, so there is no alternate @wq/material or native version.