Products
Overview
The Products
component is a comprehensive React component that renders the entire Products page. The component integrates the functionalities of the ProductsTable
component and provides a complete experience throughout the Products workflow. This component provides the ability to create new products and supports searching, filtering, and pagination between products.
Permissions
To access this component, the entity user must have read
permissions for the product
object. To create, edit, and delete products, they must also have create
, update
, or delete
permissions for the product
object. For more information, see List of permissions.
Preview
Usage
Bring in the Products
component into your application as shown:
React.js