Skip to content

Commit a918606

Browse files
added table index.mdx for en
1 parent 777ab03 commit a918606

File tree

1 file changed

+31
-0
lines changed
  • i18n/en/docusaurus-plugin-content-docs/current/30-components/31-table

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Table
3+
description: Description, specification and example for table component.
4+
tags:
5+
- table
6+
- Description
7+
- Specification
8+
- Examples
9+
---
10+
11+
import Readme from '../../../readmes/table/readme.md';
12+
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
13+
import { ExampleLink } from '@site/src/components/ExampleLink';
14+
15+
### Stateful & Stateless
16+
17+
There are two variants of the table: <kol-link _label="KolTableStateful" _href="table/table-stateful"></kol-link> and <kol-link _label="KolTableStateless" _href="table/table-stateless"></kol-link>. Both variants are suitable for a clear presentation of data sets.
18+
19+
The TableStateful component is designed to automatically determine all values dependent on the data and to display the table accordingly. This includes optional functionalities, such as column sorting and pagination.
20+
21+
The TableStateless component is responsible solely for the display of the KoliBri table. Sorting and pagination are not automatically handled by the table.
22+
23+
More detailed usage information can be found on the respective page.
24+
25+
<Readme />
26+
27+
<ExampleLink component="table" />
28+
29+
## Live-Editor
30+
31+
<LiveEditorCompact component="table" />

0 commit comments

Comments
 (0)