Data
ComponentTable
Production data tables supporting striped rows, compact modes, avatars, status badges, and action toolbars.
Component Syntax
blade
<x-aura::table>
<x-slot:header>
<x-aura::table.column>
Member
</x-aura::table.column>
<x-aura::table.column align="right">
Action
</x-aura::table.column>
</x-slot:header>
<x-aura::table.row>
<x-aura::table.cell>
Alex Morgan
</x-aura::table.cell>
<x-aura::table.cell align="right">
<x-aura::button size="xs">
View
</x-aura::button>
</x-aura::table.cell>
</x-aura::table.row>
</x-aura::table>
1. Directory Table with Avatars
blade
2. Striped Invoices Table with Footer
blade
3. Compact Metrics Log Table
blade
Component Props
Available properties and configurations for the table component.