Examples › Basic usage
In its most basic usage scenario, the DataTable component only requires records
and columns
properties to be set:
The code above will produce the following result:
No records
However, there’s much more you can do with Mantine DataTable.
Head over to the next example to learn about its basic properties.