You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
description: The list component is a continuous group of text, images and icons that may contain primary or supplemental actions.
2
+
title: DataTable
3
+
description: The DataTable component is used to display tabular information across rows and columns.
4
4
keywords: data tables, svelte materialify data table component, svelte data table component
5
5
related:
6
6
- components/list
7
-
- components/subheader
7
+
- components/list-item-groups
8
8
---
9
9
10
10
# DataTable
11
11
12
-
The `List` component is used to display information. It can contain an avatar, content, actions, subheaders and much more. Lists present content in a way that makes it easy to identify a specific item in a collection. They provide a consistent styling for organizing groups of text and images.
12
+
The `DataTable` component is used to display tabular information across rows and columns.
13
13
14
14
## API
15
15
@@ -28,32 +28,27 @@ Below is a collection of simple to complex examples.
28
28
This is a basic example.
29
29
<Components.Example file="DataTable/basic" />
30
30
31
-
### Disabled
32
-
33
-
You cannot interact with disabled `List`.
34
-
<Components.Example file="List/disabled" />
35
-
36
-
### Dense
31
+
### Basic
37
32
38
-
Smol
39
-
<Components.Example file="List/dense" />
33
+
Optionally, the header of the table can be fixed in place while scrolling.
Row selection allows users to select one or multiple rows via row checkboxes. Users can select or deselect all rows with the header row checkbox, which is also live updated based on the selection.
0 commit comments