Skip to content
@xngui/components/table
@xngui/components/table

Composable 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

Selected:

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.