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
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.
0 commit comments