Question: *How do I make a responsive table?*

Answer#

Wrap in overflow-x-auto and give the table min-w-full. undefined

Markup#

html
<div class="overflow-x-auto"><table class="min-w-full text-sm">…</table></div>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

Tip. This answer targets Nakshora 1.0. The same question is answered version-appropriately in every other release — use the version switcher.