Home > General Components > PropertyTable

PropertyTable

@wq/map’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

@wq/react provides a default implementation that is overridden when using @wq/map.

  • PropertyTable.js (@wq/react)
  • PropertyTable.js (@wq/map)