Table

Scrollable

Table will allow horizontal scrolling by default when its width is greater than that of its container. You can disable this behavior with scrollable={false}.

Foods of the World

Fresh FruitsVeritable VegetablesGood GrainsDelectable DairyPowerful Protein
PomelloBok ChoiChiaPuleCrickets
StarfruitRomanescoSorghumCasu marzuBarnacles
DurianRampsTeffVieux LilleInca nuts
PersimmonFiddleheadsQuinoaMilbenkaseSpirulina
<Box width="50%">
  <Table
    columns={columns}
    data={data}
    rowKey="Fruits"
    title="Foods of the World"
    hideTitle />
</Box>