Table
@xngui/components/table@xngui/components/tableComposable data table — header / row / cell.
Preview
Team
Name
Role
Status
Ada Lovelace
Engineer
Active
Grace Hopper
Lead
Away
Alan Turing
Research
Active
Katherine Johnson
Engineer
Active
NO Team Members
import { Component } from '@angular/core';
import { XTable, XTableCell, XTableHeader, XTableRow } from '@xngui/components/table';
@Component({
selector: 'app-example',
imports: [XTable, XTableCell, XTableHeader, XTableRow],
templateUrl: './table.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.