Default

Pagination, sorting, filtering and checkbox selection.

List of Customers
Name
Country
Agent
Date
Status
Activity
Name {{customer.name}} Country {{customer.country.name}} Representative {{customer.representative.name}} Date {{customer.date | date: 'MM/dd/yyyy'}} Status {{customer.status}} Activity No customers found.
Customized

Scrollable table with gridlines (.p-datatable-gridlines), striped rows (.p-datatable-striped) and smaller paddings (p-datatable-sm).

List of Customers
Name Country Representative Date Status Activity Name {{customer.name}} Country {{customer.country.name}} Representative {{customer.representative.name}} Date {{customer.date}} Status {{customer.status}} Activity No customers found.
Row Expand
Name Image Price Category Reviews Status Name{{product.name}} Image Price{{product.price | currency:'USD'}} Category{{product.category}} Reviews Status{{product.inventoryStatus}}
Id Customer Date Amount Status Id{{order.id}} Customer{{order.customer}} Date{{order.date}} Amount{{order.amount | currency:'USD'}} Status{{order.status}} There are no order for this product yet.
Row Group and Scrolling
Name Country Company Status Date {{customer.representative.name}} Name {{customer.name}} Country {{customer.country.name}} Company {{customer.company}} Status {{customer.status}} Date {{customer.date}}