This module allows you to create various tables, both static and editable.
Most minimalistic usage example.
| Name | Balance |
|---|---|
| Alex Inkin | 1 323 525 |
| Roman Sedov | 423 242 |
Using various components within table cells.
Checkbox | Title | Cell | Status | Items | Progress | Actions |
|---|---|---|---|---|---|---|
Data point 1 The first element | John Cleese silly@walk.uk | Success | Some items displayed here and can overflow | 78ms | ||
Some title Some more text | Eric Idle cool@dude.com | Failure | One Item | 91ms | ||
And now Completely different | Michael Palin its@man.com | Pending | 32ms |
Using editable textfield controls inside a table.
| Name | Purchase | ||||
|---|---|---|---|---|---|
| 999 999 | |||||
| 998 | |||||
| 149.75 | |||||
| 19 999 | |||||
| 14 997 | |||||
| 74.75 | |||||
Using SortBy directive to work with column titles instead of manual sorters.
Using ScrollingModule from @angular/cdk/scrolling to implement virtual scroll and tuiSorter pipe for easy sorting by key.
Using structural directives for dynamic columns.
| 1 | name |
Using caption tag to place pagination at the bottom of the table.
| Name | Balance |
|---|---|
| Alex Inkin | 1 323 525 |
| Roman Sedov | 423 242 |
Making column headers draggable at the edge and setting width limits.
| Name | Items | Balance |
|---|---|---|
| Alex Inkin | ||
| Roman Sedov |
Animated expandable sections of the table.
| # | Name | Date of Birth | |
|---|---|---|---|
| 1 | John Matrix | 30.07.1947 | |
| 1.1 | Jenny Matrix | 15.07.1975 | |
| 2 | John Rambo | 04.07.1946 | |
| 3 | John McClane | 19.03.1955 | |
| 3.1 | Lucy McClane | 10.08.1982 | |
| 3.2 | Jack McClane | 05.04.1985 |
More complex examples of expandable sections.
| First name | Last name | Role | Balance | |
|---|---|---|---|---|
| 3 Developers (basic usage) | dev | 5 970 009 | ||
Alex | Inkin | dev | 1 323 525 | |
Roman | Sedov | dev | 423 242 | |
Andrei | Serebrennikov | dev | 4 223 242 | |
| 2 Designers (manual handling) | design | 4 646 484 | ||
| Joe | Wilson | design | 423 242 | |
| Julia | Johnson | design | 4 223 242 | |
| Custom content (click on chevron) | all | 10 616 493 | ||
Alex Inkin Roman Sedov Andrei Serebrennikov Joe Wilson Julia Johnson | ||||
All unique textfield controls in their table representation.
| Growing height | Static height |
|---|---|