Displaying data
Datalist or datatable, that is the question.
Last updated
Datalist or datatable, that is the question.
Last updated
Most of our clients manage important volumes of data, whether orders, marketplaces, stores, or users. So when it comes to displaying data on the Mirakl platform, two handy components can help you: Datalist
and Datatable
.
Datatables are made to display information in a grid format with rows and columns. They show data in a way that lets users quickly scan it and perform actions to manage their content.
Datalists are designed to list objects of similar types in a simple yet elegant way.
Props | Datatable | Datalist |
Has header | ✅ | ❌ |
Horizontal scroll | ✅ | ❌ |
Responsive management | At | At row level |
Pagination | ✅ | ❌ + Load more CTA |
Sort | At header level, optional | Sort by CTA, optional |