Basic Standalone Table

Auto columns, search, add, pagination. Table styled like a card (default `embedded=false`).

Id
Name
Email
Role
Status
Registered
Active User
1Alice Wonderland[email protected]AdminActive2023-01-15
2Bob The Builder[email protected]EditorActive2023-02-20
3Charlie Chaplin[email protected]ViewerInactive2023-03-10
4Diana Prince[email protected]AdminPending2023-04-05
5Ethan Hunt[email protected]EditorActive2023-05-25
6Fiona Shrek[email protected]ViewerActive2023-06-11
7Gandalf Grey[email protected]AdminInactive2022-12-25
8Harry Potter[email protected]EditorActive2023-07-31
9Indiana Jones[email protected]ViewerPending2023-08-18
10Jack Sparrow[email protected]ViewerActive2023-09-01

Table Embedded in Card

Table uses `:embedded="true"`. Styling comes from the wrapping `dxCard`. Explicit columns used.

User Name
Email Address
Role
Status
Active
Alice Wonderland[email protected]AdminActive
Bob The Builder[email protected]EditorActive
Charlie Chaplin[email protected]ViewerInactive
Diana Prince[email protected]AdminPending
Ethan Hunt[email protected]EditorActive
Fiona Shrek[email protected]ViewerActive
Gandalf Grey[email protected]AdminInactive
Harry Potter[email protected]EditorActive
Indiana Jones[email protected]ViewerPending
Jack Sparrow[email protected]ViewerActive

Embedded Table with Slots & Actions

Custom cells (#status, #role) and actions (#actions) within an embedded table. Row click enabled.

User Name
Email Address
Role
Status
Active
Alice Wonderland[email protected]Admin
Bob The Builder[email protected]Editor
Charlie Chaplin[email protected]Viewer
Diana Prince[email protected]Admin
Ethan Hunt[email protected]Editor
Fiona Shrek[email protected]Viewer
Gandalf Grey[email protected]Admin
Harry Potter[email protected]Editor
Indiana Jones[email protected]Viewer
Jack Sparrow[email protected]Viewer

Minimal Standalone Table

Standalone table without header and pagination. Shows first 5 items. Uses explicit columns.

User Name
Email Address
Role
Status
Active
Alice Wonderland[email protected]AdminActive
Bob The Builder[email protected]EditorActive
Charlie Chaplin[email protected]ViewerInactive
Diana Prince[email protected]AdminPending
Ethan Hunt[email protected]EditorActive

Loading State (Embedded)

Shows loading state within an embedded table. Data is cleared during load.

No data found.

Empty Data (Standalone)

Standalone table appearance when data is empty. Header/Pagination still shown if enabled.

No data found.

Empty Data (Minimal)

Minimal standalone table when data is empty.

No data found.